COLOR #BB8F8C

HEX: #BB8F8C
RGB: (187,143,140)

Color info

#BB8F8C contains red, green and blue colors in about the same proportion. Web safe color of #BB8F8C is #CC9999 (or #C99).

RGB color model

#BB8F8C color RGB value is (187,143,140).

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

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 140 of 255 = 55%

187
143
140

R + G + B ~ 61%. #BB8F8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 140 = 470 (100%)
R 187 of 470 ~ 39.79%
G 143 of 470 ~ 30.43%
B 140 of 470 ~ 29.79%

%39.79
%30.43
%29.79

CMYK color model

#BB8F8C color CMYK value is (0,24,25,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 25.13%
  • key color value is 26.67%
CMYK:
(0,24,25,27)
C0M24Y25K27 
(0%,24%,25%,27%)
(0.00/0.24/0.25/0.27)	

CMYK percentages

%0
%23.53
%25.13
%26.67

Codes

Color #BB8F8C in popluar color models

BB8F8C
RGB187143140
HSL25.68%64.12%
HSB/HSV25.13%73.33%
CMYK0.00%23.53%25.13%
26.67%

Color #BB8F8C in popluar number systems.

HEXBB8F8C
Decimal187143140
Binary101110111000111110001100
Octal273217214

Shades and tints

Shades of #BB8F8C

#BB8F8C
(187,143,140)
#AA8280
(170,130,128)
#997574
(153,117,116)
#886868
(136,104,104)
#775B5C
(119,91,92)
#664E50
(102,78,80)
#554144
(85,65,68)
#443438
(68,52,56)
#33272C
(51,39,44)
#221A20
(34,26,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #BB8F8C

#BB8F8C
(187,143,140)
#C19996
(193,153,150)
#C7A3A0
(199,163,160)
#CDADAA
(205,173,170)
#D3B7B4
(211,183,180)
#D9C1BE
(217,193,190)
#DFCBC8
(223,203,200)
#E5D5D2
(229,213,210)
#EBDFDC
(235,223,220)
#F1E9E6
(241,233,230)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8F8C; }

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

This text font color is #BB8F8C.


Background Color

.myBgColor { background-color: #BB8F8C; }

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

This div background color is #BB8F8C.


Border color

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

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

This div border color is #BB8F8C.


Opacity

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

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

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

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

This text has shadow with #BB8F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8F8C on black background.


Color preview on white background

This text has color #BB8F8C on white background.



Black color preview on #BB8F8C background

This text has black color on #BB8F8C background.


White color preview on #BB8F8C background

This text has white color on #BB8F8C background.