COLOR #BB8D13

HEX: #BB8D13
RGB: (187,141,19)

Color info

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

RGB color model

#BB8D13 color RGB value is (187,141,19).

  • red value is 187;
  • green value is 141;
  • blue value is 19.
RGB:
(187,141,19)
(73%,55%,7%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 19 of 255 = 7%

187
141
19

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

Portions of RGB colors in percentages

R + G + B =
187 + 141 + 19 = 347 (100%)
R 187 of 347 ~ 53.89%
G 141 of 347 ~ 40.63%
B 19 of 347 ~ 5.48%

%53.89
%40.63

CMYK color model

#BB8D13 color CMYK value is (0,25,90,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 89.84%
  • key color value is 26.67%
CMYK:
(0,25,90,27)
C0M25Y90K27 
(0%,25%,90%,27%)
(0.00/0.25/0.90/0.27)	

CMYK percentages

%0
%24.6
%89.84
%26.67

Codes

Color #BB8D13 in popluar color models

BB8D13
RGB18714119
HSL44°81.55%40.39%
HSB/HSV44°89.84%73.33%
CMYK0.00%24.60%89.84%
26.67%

Color #BB8D13 in popluar number systems.

HEXBB8D13
Decimal18714119
Binary101110111000110110011
Octal27321523

Shades and tints

Shades of #BB8D13

#BB8D13
(187,141,19)
#AA8112
(170,129,18)
#997511
(153,117,17)
#886910
(136,105,16)
#775D0F
(119,93,15)
#66510E
(102,81,14)
#55450D
(85,69,13)
#44390C
(68,57,12)
#332D0B
(51,45,11)
#22210A
(34,33,10)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #BB8D13

#BB8D13
(187,141,19)
#C19728
(193,151,40)
#C7A13D
(199,161,61)
#CDAB52
(205,171,82)
#D3B567
(211,181,103)
#D9BF7C
(217,191,124)
#DFC991
(223,201,145)
#E5D3A6
(229,211,166)
#EBDDBB
(235,221,187)
#F1E7D0
(241,231,208)
#F7F1E5
(247,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8D13 color. Also use rgb(187,141,19) instead hex code.

Text Font Color

.myTextColor { color: #BB8D13; }

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

This text font color is #BB8D13.


Background Color

.myBgColor { background-color: #BB8D13; }

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

This div background color is #BB8D13.


Border color

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

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

This div border color is #BB8D13.


Opacity

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

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

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

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

This text has shadow with #BB8D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8D13 on black background.


Color preview on white background

This text has color #BB8D13 on white background.



Black color preview on #BB8D13 background

This text has black color on #BB8D13 background.


White color preview on #BB8D13 background

This text has white color on #BB8D13 background.