COLOR #BB8231

HEX: #BB8231
RGB: (187,130,49)

Color info

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

RGB color model

#BB8231 color RGB value is (187,130,49).

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

RGB channels and saturation

R 187 of 255 = 73%
G 130 of 255 = 51%
B 49 of 255 = 19%

187
130
49

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

Portions of RGB colors in percentages

R + G + B =
187 + 130 + 49 = 366 (100%)
R 187 of 366 ~ 51.09%
G 130 of 366 ~ 35.52%
B 49 of 366 ~ 13.39%

%51.09
%35.52
%13.39

CMYK color model

#BB8231 color CMYK value is (0,30,74,27).

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 73.80%
  • key color value is 26.67%
CMYK:
(0,30,74,27)
C0M30Y74K27 
(0%,30%,74%,27%)
(0.00/0.30/0.74/0.27)	

CMYK percentages

%0
%30.48
%73.8
%26.67

Codes

Color #BB8231 in popluar color models

BB8231
RGB18713049
HSL35°58.47%46.27%
HSB/HSV35°73.80%73.33%
CMYK0.00%30.48%73.80%
26.67%

Color #BB8231 in popluar number systems.

HEXBB8231
Decimal18713049
Binary1011101110000010110001
Octal27320261

Shades and tints

Shades of #BB8231

#BB8231
(187,130,49)
#AA772D
(170,119,45)
#996C29
(153,108,41)
#886125
(136,97,37)
#775621
(119,86,33)
#664B1D
(102,75,29)
#554019
(85,64,25)
#443515
(68,53,21)
#332A11
(51,42,17)
#221F0D
(34,31,13)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #BB8231

#BB8231
(187,130,49)
#C18D43
(193,141,67)
#C79855
(199,152,85)
#CDA367
(205,163,103)
#D3AE79
(211,174,121)
#D9B98B
(217,185,139)
#DFC49D
(223,196,157)
#E5CFAF
(229,207,175)
#EBDAC1
(235,218,193)
#F1E5D3
(241,229,211)
#F7F0E5
(247,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8231; }

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

This text font color is #BB8231.


Background Color

.myBgColor { background-color: #BB8231; }

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

This div background color is #BB8231.


Border color

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

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

This div border color is #BB8231.


Opacity

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

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

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

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

This text has shadow with #BB8231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8231 on black background.


Color preview on white background

This text has color #BB8231 on white background.



Black color preview on #BB8231 background

This text has black color on #BB8231 background.


White color preview on #BB8231 background

This text has white color on #BB8231 background.