COLOR #BB8F79

HEX: #BB8F79
RGB: (187,143,121)

Color info

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

RGB color model

#BB8F79 color RGB value is (187,143,121).

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

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 121 of 255 = 47%

187
143
121

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

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 121 = 451 (100%)
R 187 of 451 ~ 41.46%
G 143 of 451 ~ 31.71%
B 121 of 451 ~ 26.83%

%41.46
%31.71
%26.83

CMYK color model

#BB8F79 color CMYK value is (0,24,35,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 35.29%
  • key color value is 26.67%
CMYK:
(0,24,35,27)
C0M24Y35K27 
(0%,24%,35%,27%)
(0.00/0.24/0.35/0.27)	

CMYK percentages

%0
%23.53
%35.29
%26.67

Codes

Color #BB8F79 in popluar color models

BB8F79
RGB187143121
HSL20°32.67%60.39%
HSB/HSV20°35.29%73.33%
CMYK0.00%23.53%35.29%
26.67%

Color #BB8F79 in popluar number systems.

HEXBB8F79
Decimal187143121
Binary10111011100011111111001
Octal273217171

Shades and tints

Shades of #BB8F79

#BB8F79
(187,143,121)
#AA826E
(170,130,110)
#997563
(153,117,99)
#886858
(136,104,88)
#775B4D
(119,91,77)
#664E42
(102,78,66)
#554137
(85,65,55)
#44342C
(68,52,44)
#332721
(51,39,33)
#221A16
(34,26,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #BB8F79

#BB8F79
(187,143,121)
#C19985
(193,153,133)
#C7A391
(199,163,145)
#CDAD9D
(205,173,157)
#D3B7A9
(211,183,169)
#D9C1B5
(217,193,181)
#DFCBC1
(223,203,193)
#E5D5CD
(229,213,205)
#EBDFD9
(235,223,217)
#F1E9E5
(241,233,229)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8F79; }

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

This text font color is #BB8F79.


Background Color

.myBgColor { background-color: #BB8F79; }

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

This div background color is #BB8F79.


Border color

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

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

This div border color is #BB8F79.


Opacity

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

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

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

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

This text has shadow with #BB8F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8F79 on black background.


Color preview on white background

This text has color #BB8F79 on white background.



Black color preview on #BB8F79 background

This text has black color on #BB8F79 background.


White color preview on #BB8F79 background

This text has white color on #BB8F79 background.