COLOR #B5512F

HEX: #B5512F
RGB: (181,81,47)

Color info

#B5512F contains mainly red color. Web safe color of #B5512F is #CC6633 (or #C63).

RGB color model

#B5512F color RGB value is (181,81,47).

  • red value is 181;
  • green value is 81;
  • blue value is 47.
RGB:
(181,81,47)
(71%,32%,18%)

RGB channels and saturation

R 181 of 255 = 71%
G 81 of 255 = 32%
B 47 of 255 = 18%

181
81
47

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

Portions of RGB colors in percentages

R + G + B =
181 + 81 + 47 = 309 (100%)
R 181 of 309 ~ 58.58%
G 81 of 309 ~ 26.21%
B 47 of 309 ~ 15.21%

%58.58
%26.21
%15.21

CMYK color model

#B5512F color CMYK value is (0,55,74,29).

  • cyan value is 0.00%
  • magenta value is 55.25%
  • yellow value is 74.03%
  • key color value is 29.02%
CMYK:
(0,55,74,29)
C0M55Y74K29 
(0%,55%,74%,29%)
(0.00/0.55/0.74/0.29)	

CMYK percentages

%0
%55.25
%74.03
%29.02

Codes

Color #B5512F in popluar color models

B5512F
RGB1818147
HSL15°58.77%44.71%
HSB/HSV15°74.03%70.98%
CMYK0.00%55.25%74.03%
29.02%

Color #B5512F in popluar number systems.

HEXB5512F
Decimal1818147
Binary101101011010001101111
Octal26512157

Shades and tints

Shades of #B5512F

#B5512F
(181,81,47)
#A54A2B
(165,74,43)
#954327
(149,67,39)
#853C23
(133,60,35)
#75351F
(117,53,31)
#652E1B
(101,46,27)
#552717
(85,39,23)
#452013
(69,32,19)
#35190F
(53,25,15)
#25120B
(37,18,11)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #B5512F

#B5512F
(181,81,47)
#BB6041
(187,96,65)
#C16F53
(193,111,83)
#C77E65
(199,126,101)
#CD8D77
(205,141,119)
#D39C89
(211,156,137)
#D9AB9B
(217,171,155)
#DFBAAD
(223,186,173)
#E5C9BF
(229,201,191)
#EBD8D1
(235,216,209)
#F1E7E3
(241,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5512F color. Also use rgb(181,81,47) instead hex code.

Text Font Color

.myTextColor { color: #B5512F; }

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

This text font color is #B5512F.


Background Color

.myBgColor { background-color: #B5512F; }

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

This div background color is #B5512F.


Border color

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

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

This div border color is #B5512F.


Opacity

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

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

Text with #B5512F 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 #B5512F;}

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

This text has shadow with #B5512F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5512F on black background.


Color preview on white background

This text has color #B5512F on white background.



Black color preview on #B5512F background

This text has black color on #B5512F background.


White color preview on #B5512F background

This text has white color on #B5512F background.