COLOR #BB8F61

HEX: #BB8F61
RGB: (187,143,97)

Color info

#BB8F61 contains mainly red and green colors. Web safe color of #BB8F61 is #CC9966 (or #C96).

RGB color model

#BB8F61 color RGB value is (187,143,97).

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

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 97 of 255 = 38%

187
143
97

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

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 97 = 427 (100%)
R 187 of 427 ~ 43.79%
G 143 of 427 ~ 33.49%
B 97 of 427 ~ 22.72%

%43.79
%33.49
%22.72

CMYK color model

#BB8F61 color CMYK value is (0,24,48,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 48.13%
  • key color value is 26.67%
CMYK:
(0,24,48,27)
C0M24Y48K27 
(0%,24%,48%,27%)
(0.00/0.24/0.48/0.27)	

CMYK percentages

%0
%23.53
%48.13
%26.67

Codes

Color #BB8F61 in popluar color models

BB8F61
RGB18714397
HSL31°39.82%55.69%
HSB/HSV31°48.13%73.33%
CMYK0.00%23.53%48.13%
26.67%

Color #BB8F61 in popluar number systems.

HEXBB8F61
Decimal18714397
Binary10111011100011111100001
Octal273217141

Shades and tints

Shades of #BB8F61

#BB8F61
(187,143,97)
#AA8259
(170,130,89)
#997551
(153,117,81)
#886849
(136,104,73)
#775B41
(119,91,65)
#664E39
(102,78,57)
#554131
(85,65,49)
#443429
(68,52,41)
#332721
(51,39,33)
#221A19
(34,26,25)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #BB8F61

#BB8F61
(187,143,97)
#C1996F
(193,153,111)
#C7A37D
(199,163,125)
#CDAD8B
(205,173,139)
#D3B799
(211,183,153)
#D9C1A7
(217,193,167)
#DFCBB5
(223,203,181)
#E5D5C3
(229,213,195)
#EBDFD1
(235,223,209)
#F1E9DF
(241,233,223)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8F61; }

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

This text font color is #BB8F61.


Background Color

.myBgColor { background-color: #BB8F61; }

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

This div background color is #BB8F61.


Border color

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

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

This div border color is #BB8F61.


Opacity

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

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

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

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

This text has shadow with #BB8F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8F61 on black background.


Color preview on white background

This text has color #BB8F61 on white background.



Black color preview on #BB8F61 background

This text has black color on #BB8F61 background.


White color preview on #BB8F61 background

This text has white color on #BB8F61 background.