COLOR #BB9827

HEX: #BB9827
RGB: (187,152,39)

Color info

#BB9827 contains mainly red and green colors. Web safe color of #BB9827 is #CC9933 (or #C93).

RGB color model

#BB9827 color RGB value is (187,152,39).

  • red value is 187;
  • green value is 152;
  • blue value is 39.
RGB:
(187,152,39)
(73%,60%,15%)

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 39 of 255 = 15%

187
152
39

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

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 39 = 378 (100%)
R 187 of 378 ~ 49.47%
G 152 of 378 ~ 40.21%
B 39 of 378 ~ 10.32%

%49.47
%40.21
%10.32

CMYK color model

#BB9827 color CMYK value is (0,19,79,27).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 79.14%
  • key color value is 26.67%
CMYK:
(0,19,79,27)
C0M19Y79K27 
(0%,19%,79%,27%)
(0.00/0.19/0.79/0.27)	

CMYK percentages

%0
%18.72
%79.14
%26.67

Codes

Color #BB9827 in popluar color models

BB9827
RGB18715239
HSL46°65.49%44.31%
HSB/HSV46°79.14%73.33%
CMYK0.00%18.72%79.14%
26.67%

Color #BB9827 in popluar number systems.

HEXBB9827
Decimal18715239
Binary1011101110011000100111
Octal27323047

Shades and tints

Shades of #BB9827

#BB9827
(187,152,39)
#AA8B24
(170,139,36)
#997E21
(153,126,33)
#88711E
(136,113,30)
#77641B
(119,100,27)
#665718
(102,87,24)
#554A15
(85,74,21)
#443D12
(68,61,18)
#33300F
(51,48,15)
#22230C
(34,35,12)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #BB9827

#BB9827
(187,152,39)
#C1A13A
(193,161,58)
#C7AA4D
(199,170,77)
#CDB360
(205,179,96)
#D3BC73
(211,188,115)
#D9C586
(217,197,134)
#DFCE99
(223,206,153)
#E5D7AC
(229,215,172)
#EBE0BF
(235,224,191)
#F1E9D2
(241,233,210)
#F7F2E5
(247,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9827 color. Also use rgb(187,152,39) instead hex code.

Text Font Color

.myTextColor { color: #BB9827; }

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

This text font color is #BB9827.


Background Color

.myBgColor { background-color: #BB9827; }

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

This div background color is #BB9827.


Border color

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

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

This div border color is #BB9827.


Opacity

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

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

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

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

This text has shadow with #BB9827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9827 on black background.


Color preview on white background

This text has color #BB9827 on white background.



Black color preview on #BB9827 background

This text has black color on #BB9827 background.


White color preview on #BB9827 background

This text has white color on #BB9827 background.