COLOR #BB8A15

HEX: #BB8A15
RGB: (187,138,21)

Color info

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

RGB color model

#BB8A15 color RGB value is (187,138,21).

  • red value is 187;
  • green value is 138;
  • blue value is 21.
RGB:
(187,138,21)
(73%,54%,8%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 21 of 255 = 8%

187
138
21

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

Portions of RGB colors in percentages

R + G + B =
187 + 138 + 21 = 346 (100%)
R 187 of 346 ~ 54.05%
G 138 of 346 ~ 39.88%
B 21 of 346 ~ 6.07%

%54.05
%39.88

CMYK color model

#BB8A15 color CMYK value is (0,26,89,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 88.77%
  • key color value is 26.67%
CMYK:
(0,26,89,27)
C0M26Y89K27 
(0%,26%,89%,27%)
(0.00/0.26/0.89/0.27)	

CMYK percentages

%0
%26.2
%88.77
%26.67

Codes

Color #BB8A15 in popluar color models

BB8A15
RGB18713821
HSL42°79.81%40.78%
HSB/HSV42°88.77%73.33%
CMYK0.00%26.20%88.77%
26.67%

Color #BB8A15 in popluar number systems.

HEXBB8A15
Decimal18713821
Binary101110111000101010101
Octal27321225

Shades and tints

Shades of #BB8A15

#BB8A15
(187,138,21)
#AA7E14
(170,126,20)
#997213
(153,114,19)
#886612
(136,102,18)
#775A11
(119,90,17)
#664E10
(102,78,16)
#55420F
(85,66,15)
#44360E
(68,54,14)
#332A0D
(51,42,13)
#221E0C
(34,30,12)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #BB8A15

#BB8A15
(187,138,21)
#C1942A
(193,148,42)
#C79E3F
(199,158,63)
#CDA854
(205,168,84)
#D3B269
(211,178,105)
#D9BC7E
(217,188,126)
#DFC693
(223,198,147)
#E5D0A8
(229,208,168)
#EBDABD
(235,218,189)
#F1E4D2
(241,228,210)
#F7EEE7
(247,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8A15 color. Also use rgb(187,138,21) instead hex code.

Text Font Color

.myTextColor { color: #BB8A15; }

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

This text font color is #BB8A15.


Background Color

.myBgColor { background-color: #BB8A15; }

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

This div background color is #BB8A15.


Border color

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

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

This div border color is #BB8A15.


Opacity

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

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

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

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

This text has shadow with #BB8A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8A15 on black background.


Color preview on white background

This text has color #BB8A15 on white background.



Black color preview on #BB8A15 background

This text has black color on #BB8A15 background.


White color preview on #BB8A15 background

This text has white color on #BB8A15 background.