COLOR #BB8F16

HEX: #BB8F16
RGB: (187,143,22)

Color info

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

RGB color model

#BB8F16 color RGB value is (187,143,22).

  • red value is 187;
  • green value is 143;
  • blue value is 22.
RGB:
(187,143,22)
(73%,56%,9%)

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 22 of 255 = 9%

187
143
22

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

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 22 = 352 (100%)
R 187 of 352 ~ 53.13%
G 143 of 352 ~ 40.63%
B 22 of 352 ~ 6.25%

%53.13
%40.63

CMYK color model

#BB8F16 color CMYK value is (0,24,88,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 88.24%
  • key color value is 26.67%
CMYK:
(0,24,88,27)
C0M24Y88K27 
(0%,24%,88%,27%)
(0.00/0.24/0.88/0.27)	

CMYK percentages

%0
%23.53
%88.24
%26.67

Codes

Color #BB8F16 in popluar color models

BB8F16
RGB18714322
HSL44°78.95%40.98%
HSB/HSV44°88.24%73.33%
CMYK0.00%23.53%88.24%
26.67%

Color #BB8F16 in popluar number systems.

HEXBB8F16
Decimal18714322
Binary101110111000111110110
Octal27321726

Shades and tints

Shades of #BB8F16

#BB8F16
(187,143,22)
#AA8214
(170,130,20)
#997512
(153,117,18)
#886810
(136,104,16)
#775B0E
(119,91,14)
#664E0C
(102,78,12)
#55410A
(85,65,10)
#443408
(68,52,8)
#332706
(51,39,6)
#221A04
(34,26,4)
#110D02
(17,13,2)
#000000
(0,0,0)

Tints of #BB8F16

#BB8F16
(187,143,22)
#C1992B
(193,153,43)
#C7A340
(199,163,64)
#CDAD55
(205,173,85)
#D3B76A
(211,183,106)
#D9C17F
(217,193,127)
#DFCB94
(223,203,148)
#E5D5A9
(229,213,169)
#EBDFBE
(235,223,190)
#F1E9D3
(241,233,211)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8F16 color. Also use rgb(187,143,22) instead hex code.

Text Font Color

.myTextColor { color: #BB8F16; }

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

This text font color is #BB8F16.


Background Color

.myBgColor { background-color: #BB8F16; }

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

This div background color is #BB8F16.


Border color

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

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

This div border color is #BB8F16.


Opacity

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

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

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

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

This text has shadow with #BB8F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8F16 on black background.


Color preview on white background

This text has color #BB8F16 on white background.



Black color preview on #BB8F16 background

This text has black color on #BB8F16 background.


White color preview on #BB8F16 background

This text has white color on #BB8F16 background.