COLOR #BB8F6C

HEX: #BB8F6C
RGB: (187,143,108)

Color info

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

RGB color model

#BB8F6C color RGB value is (187,143,108).

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

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 108 of 255 = 42%

187
143
108

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

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 108 = 438 (100%)
R 187 of 438 ~ 42.69%
G 143 of 438 ~ 32.65%
B 108 of 438 ~ 24.66%

%42.69
%32.65
%24.66

CMYK color model

#BB8F6C color CMYK value is (0,24,42,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 42.25%
  • key color value is 26.67%
CMYK:
(0,24,42,27)
C0M24Y42K27 
(0%,24%,42%,27%)
(0.00/0.24/0.42/0.27)	

CMYK percentages

%0
%23.53
%42.25
%26.67

Codes

Color #BB8F6C in popluar color models

BB8F6C
RGB187143108
HSL27°36.74%57.84%
HSB/HSV27°42.25%73.33%
CMYK0.00%23.53%42.25%
26.67%

Color #BB8F6C in popluar number systems.

HEXBB8F6C
Decimal187143108
Binary10111011100011111101100
Octal273217154

Shades and tints

Shades of #BB8F6C

#BB8F6C
(187,143,108)
#AA8263
(170,130,99)
#99755A
(153,117,90)
#886851
(136,104,81)
#775B48
(119,91,72)
#664E3F
(102,78,63)
#554136
(85,65,54)
#44342D
(68,52,45)
#332724
(51,39,36)
#221A1B
(34,26,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #BB8F6C

#BB8F6C
(187,143,108)
#C19979
(193,153,121)
#C7A386
(199,163,134)
#CDAD93
(205,173,147)
#D3B7A0
(211,183,160)
#D9C1AD
(217,193,173)
#DFCBBA
(223,203,186)
#E5D5C7
(229,213,199)
#EBDFD4
(235,223,212)
#F1E9E1
(241,233,225)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8F6C; }

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

This text font color is #BB8F6C.


Background Color

.myBgColor { background-color: #BB8F6C; }

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

This div background color is #BB8F6C.


Border color

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

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

This div border color is #BB8F6C.


Opacity

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

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

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

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

This text has shadow with #BB8F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8F6C on black background.


Color preview on white background

This text has color #BB8F6C on white background.



Black color preview on #BB8F6C background

This text has black color on #BB8F6C background.


White color preview on #BB8F6C background

This text has white color on #BB8F6C background.