COLOR #BB8F7B

HEX: #BB8F7B RGB: (187,143,123)

Color info

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

RGB color model

#BB8F7B color RGB value is (187,143,123).

RGB: (187,143,123) (73%, 56%, 48%)

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 123 of 255 = 48%

187
143
123

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

Portions of RGB colors in percentages

R + G + B = 187 + 143 + 123 = 453 (100%)
R 187 of 453 ~ 41.28%
G 143 of 453 ~ 31.57%
B 123 of 453 ~ 27.15'%

%41.28
%31.57
%27.15

CMYK color model

#BB8F7B color CMYK value is (0,24,34,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 34.22%
  • key color value is 26.67%

CMYK: (0,24,34,27)
C0M24Y34K27 (0%, 24%, 34%, 27%)
(0.00 / 0.24 / 0.34 / 0.27)

CMYK percentages

%0
%23.53
%34.22
%26.67

Codes

Color #BB8F7B in popluar color models

BB 8F 7B
RGB 187 143 123
HSL 19° 32.00% 60.78%
HSB/HSV 19° 34.22% 73.33%
CMYK 0.00% 23.53% 34.22%
26.67%

Color #BB8F7B in popluar number systems.

HEX BB 8F 7B
Decimal 187 143 123
Binary 10111011 10001111 1111011
Octal 273 217 173

Shades and tints

Shades of #BB8F7B

#BB8F7B
(187,143,123)
#AA8270
(170,130,112)
#997565
(153,117,101)
#88685A
(136,104,90)
#775B4F
(119,91,79)
#664E44
(102,78,68)
#554139
(85,65,57)
#44342E
(68,52,46)
#332723
(51,39,35)
#221A18
(34,26,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #BB8F7B

#BB8F7B
(187,143,123)
#C19987
(193,153,135)
#C7A393
(199,163,147)
#CDAD9F
(205,173,159)
#D3B7AB
(211,183,171)
#D9C1B7
(217,193,183)
#DFCBC3
(223,203,195)
#E5D5CF
(229,213,207)
#EBDFDB
(235,223,219)
#F1E9E7
(241,233,231)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8F7B; }

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

This text font color is #BB8F7B.

Background Color

.myBgColor { background-color: #BB8F7B; }

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

This div background color is #BB8F7B.

Border color

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

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

This div border color is #BB8F7B.

Opacity

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

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

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

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

This text has shadow with #BB8F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8F7B.

Preview

Color preview on black background

This text has color #BB8F7B on black background.


Color preview on white background

This text has color #BB8F7B on white background.


Black color preview on #BB8F7B background

This text has black color on #BB8F7B background.


White color preview on #BB8F7B background

This text has white color on #BB8F7B background.


Related colors

Complementary color

Complementary color for #hex is #447084.


I love getcolorcode.com

Triadic colors

1 #7BBB8F and #8F7BBB with #BB8F7B are triadic colors.

2 #7B8FBB and #8FBB7B with #BB8F7B are triadic colors.