COLOR #B5474D

HEX: #B5474D
RGB: (181,71,77)

Renk bilgisi

#B5474D contains mainly red color. #B5474D ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#B5474D color RGB value is (181,71,77).

  • kırmız ton 181;
  • yeşil ton 71;
  • mavi ton 77.
RGB:
(181,71,77)
(71%,28%,30%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 71 of 255 = 28%
B 77 of 255 = 30%

181
71
77

R + G + B ~ 43%. #B5474D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 71 + 77 = 329 (100%)
R 181 of 329 ~ 55.02%
G 71 of 329 ~ 21.58%
B 77 of 329 ~ 23.4%

%55.02
%21.58
%23.4

CMYK RENK MODELİ

#B5474D rengi CMYK tonu (0,61,57,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.77%
  • sarı tonu 57.46%
  • ana renk tonu 29.02%
CMYK:
(0,61,57,29)
C0M61Y57K29 
(0%,61%,57%,29%)
(0.00/0.61/0.57/0.29)	

CMYK yüzdeleri

%0
%60.77
%57.46
%29.02

Codes

Color #B5474D in popluar color models

B5474D
RGB1817177
HSL357°43.65%49.41%
HSB/HSV357°60.77%70.98%
CMYK0.00%60.77%57.46%
29.02%

Color #B5474D in popluar number systems.

HEXB5474D
Decimal1817177
Binary1011010110001111001101
Octal265107115

Shades and tints

Shades of #B5474D

#B5474D
(181,71,77)
#A54146
(165,65,70)
#953B3F
(149,59,63)
#853538
(133,53,56)
#752F31
(117,47,49)
#65292A
(101,41,42)
#552323
(85,35,35)
#451D1C
(69,29,28)
#351715
(53,23,21)
#25110E
(37,17,14)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #B5474D

#B5474D
(181,71,77)
#BB575D
(187,87,93)
#C1676D
(193,103,109)
#C7777D
(199,119,125)
#CD878D
(205,135,141)
#D3979D
(211,151,157)
#D9A7AD
(217,167,173)
#DFB7BD
(223,183,189)
#E5C7CD
(229,199,205)
#EBD7DD
(235,215,221)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5474D color. Also use rgb(181,71,77) instead hex code.

Text Font Color

.myTextColor { color: #B5474D; }

<p style="color:#B5474D">This sample text font color is #B5474D.</p>

This text font color is #B5474D.


Background Color

.myBgColor { background-color: #B5474D; }

<div style="background-color:#B5474D">Inner text</div>

This div background color is #B5474D.


Border color

.myBorderColor { border: 1px solid #B5474D; }

<div style="border:3px solid #B5474D">Div</div>

This div border color is #B5474D.


Opacity

.myOpacity80 { color: #B5474D; opacity: 0.8; }

<p style="color:#B5474D;opacity:0.8;">80%</p>

Text with #B5474D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5474D;}

<p style="text-shadow: 3px 3px 1px #B5474D">Text here.</p>

This text has shadow with #B5474D color.

.textShadow {text-shadow: 3px 3px 1px #B5474D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5474D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5474D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5474D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5474D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5474D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5474D;
  -webkit-box-shadow:	1px 1px 3px 2px #B5474D;
  box-shadow:		1px 1px 3px 2px #B5474D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5474D;
-webkit-box-shadow: 1px 1px 3px 2px #B5474D;
box-shadow:1px 1px 3px 2px #B5474D;">
Div content here</div>
This div box has shadow with color #B5474D.

Preview

Color preview on black background

This text has color #B5474D on black background.


Color preview on white background

This text has color #B5474D on white background.



Black color preview on #B5474D background

This text has black color on #B5474D background.


White color preview on #B5474D background

This text has white color on #B5474D background.