COLOR #BB9631

HEX: #BB9631
RGB: (187,150,49)

Color info

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

RGB color model

#BB9631 color RGB value is (187,150,49).

  • red value is 187;
  • green value is 150;
  • blue value is 49.
RGB:
(187,150,49)
(73%,59%,19%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 49 of 255 = 19%

187
150
49

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

Portions of RGB colors in percentages

R + G + B =
187 + 150 + 49 = 386 (100%)
R 187 of 386 ~ 48.45%
G 150 of 386 ~ 38.86%
B 49 of 386 ~ 12.69%

%48.45
%38.86
%12.69

CMYK color model

#BB9631 color CMYK value is (0,20,74,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 73.80%
  • key color value is 26.67%
CMYK:
(0,20,74,27)
C0M20Y74K27 
(0%,20%,74%,27%)
(0.00/0.20/0.74/0.27)	

CMYK percentages

%0
%19.79
%73.8
%26.67

Codes

Color #BB9631 in popluar color models

BB9631
RGB18715049
HSL44°58.47%46.27%
HSB/HSV44°73.80%73.33%
CMYK0.00%19.79%73.80%
26.67%

Color #BB9631 in popluar number systems.

HEXBB9631
Decimal18715049
Binary1011101110010110110001
Octal27322661

Shades and tints

Shades of #BB9631

#BB9631
(187,150,49)
#AA892D
(170,137,45)
#997C29
(153,124,41)
#886F25
(136,111,37)
#776221
(119,98,33)
#66551D
(102,85,29)
#554819
(85,72,25)
#443B15
(68,59,21)
#332E11
(51,46,17)
#22210D
(34,33,13)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #BB9631

#BB9631
(187,150,49)
#C19F43
(193,159,67)
#C7A855
(199,168,85)
#CDB167
(205,177,103)
#D3BA79
(211,186,121)
#D9C38B
(217,195,139)
#DFCC9D
(223,204,157)
#E5D5AF
(229,213,175)
#EBDEC1
(235,222,193)
#F1E7D3
(241,231,211)
#F7F0E5
(247,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9631 color. Also use rgb(187,150,49) instead hex code.

Text Font Color

.myTextColor { color: #BB9631; }

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

This text font color is #BB9631.


Background Color

.myBgColor { background-color: #BB9631; }

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

This div background color is #BB9631.


Border color

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

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

This div border color is #BB9631.


Opacity

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

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

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

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

This text has shadow with #BB9631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9631 on black background.


Color preview on white background

This text has color #BB9631 on white background.



Black color preview on #BB9631 background

This text has black color on #BB9631 background.


White color preview on #BB9631 background

This text has white color on #BB9631 background.