COLOR #B88219

HEX: #B88219
RGB: (184,130,25)

Color info

#B88219 contains mainly red and green colors. Web safe color of #B88219 is #CC9900 (or #C90).

RGB color model

#B88219 color RGB value is (184,130,25).

  • red value is 184;
  • green value is 130;
  • blue value is 25.
RGB:
(184,130,25)
(72%,51%,10%)

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 25 of 255 = 10%

184
130
25

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

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 25 = 339 (100%)
R 184 of 339 ~ 54.28%
G 130 of 339 ~ 38.35%
B 25 of 339 ~ 7.37%

%54.28
%38.35

CMYK color model

#B88219 color CMYK value is (0,29,86,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 86.41%
  • key color value is 27.84%
CMYK:
(0,29,86,28)
C0M29Y86K28 
(0%,29%,86%,28%)
(0.00/0.29/0.86/0.28)	

CMYK percentages

%0
%29.35
%86.41
%27.84

Codes

Color #B88219 in popluar color models

B88219
RGB18413025
HSL40°76.08%40.98%
HSB/HSV40°86.41%72.16%
CMYK0.00%29.35%86.41%
27.84%

Color #B88219 in popluar number systems.

HEXB88219
Decimal18413025
Binary101110001000001011001
Octal27020231

Shades and tints

Shades of #B88219

#B88219
(184,130,25)
#A87717
(168,119,23)
#986C15
(152,108,21)
#886113
(136,97,19)
#785611
(120,86,17)
#684B0F
(104,75,15)
#58400D
(88,64,13)
#48350B
(72,53,11)
#382A09
(56,42,9)
#281F07
(40,31,7)
#181405
(24,20,5)
#000000
(0,0,0)

Tints of #B88219

#B88219
(184,130,25)
#BE8D2D
(190,141,45)
#C49841
(196,152,65)
#CAA355
(202,163,85)
#D0AE69
(208,174,105)
#D6B97D
(214,185,125)
#DCC491
(220,196,145)
#E2CFA5
(226,207,165)
#E8DAB9
(232,218,185)
#EEE5CD
(238,229,205)
#F4F0E1
(244,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88219 color. Also use rgb(184,130,25) instead hex code.

Text Font Color

.myTextColor { color: #B88219; }

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

This text font color is #B88219.


Background Color

.myBgColor { background-color: #B88219; }

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

This div background color is #B88219.


Border color

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

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

This div border color is #B88219.


Opacity

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

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

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

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

This text has shadow with #B88219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88219 on black background.


Color preview on white background

This text has color #B88219 on white background.



Black color preview on #B88219 background

This text has black color on #B88219 background.


White color preview on #B88219 background

This text has white color on #B88219 background.