COLOR #BB8B90

HEX: #BB8B90 RGB: (187,139,144)

Color info

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

RGB color model

#BB8B90 color RGB value is (187,139,144).

RGB: (187,139,144) (73%, 55%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 139 of 255 = 55%
B 144 of 255 = 56%

187
139
144

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

Portions of RGB colors in percentages

R + G + B = 187 + 139 + 144 = 470 (100%)
R 187 of 470 ~ 39.79%
G 139 of 470 ~ 29.57%
B 144 of 470 ~ 30.64'%

%39.79
%29.57
%30.64

CMYK color model

#BB8B90 color CMYK value is (0,26,23,27).

  • cyan value is 0.00%
  • magenta value is 25.67%
  • yellow value is 22.99%
  • key color value is 26.67%

CMYK: (0,26,23,27)
C0M26Y23K27 (0%, 26%, 23%, 27%)
(0.00 / 0.26 / 0.23 / 0.27)

CMYK percentages

%0
%25.67
%22.99
%26.67

Codes

Color #BB8B90 in popluar color models

BB 8B 90
RGB 187 139 144
HSL 354° 26.09% 63.92%
HSB/HSV 354° 25.67% 73.33%
CMYK 0.00% 25.67% 22.99%
26.67%

Color #BB8B90 in popluar number systems.

HEX BB 8B 90
Decimal 187 139 144
Binary 10111011 10001011 10010000
Octal 273 213 220

Shades and tints

Shades of #BB8B90

#BB8B90
(187,139,144)
#AA7F83
(170,127,131)
#997376
(153,115,118)
#886769
(136,103,105)
#775B5C
(119,91,92)
#664F4F
(102,79,79)
#554342
(85,67,66)
#443735
(68,55,53)
#332B28
(51,43,40)
#221F1B
(34,31,27)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB8B90

#BB8B90
(187,139,144)
#C1959A
(193,149,154)
#C79FA4
(199,159,164)
#CDA9AE
(205,169,174)
#D3B3B8
(211,179,184)
#D9BDC2
(217,189,194)
#DFC7CC
(223,199,204)
#E5D1D6
(229,209,214)
#EBDBE0
(235,219,224)
#F1E5EA
(241,229,234)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8B90 color. Also use rgb(187,139,144) instead hex code.

Text Font Color

.myTextColor { color: #BB8B90; }

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

This text font color is #BB8B90.

Background Color

.myBgColor { background-color: #BB8B90; }

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

This div background color is #BB8B90.

Border color

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

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

This div border color is #BB8B90.

Opacity

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

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

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

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

This text has shadow with #BB8B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8B90.

Preview

Color preview on black background

This text has color #BB8B90 on black background.


Color preview on white background

This text has color #BB8B90 on white background.


Black color preview on #BB8B90 background

This text has black color on #BB8B90 background.


White color preview on #BB8B90 background

This text has white color on #BB8B90 background.


Related colors

Complementary color

Complementary color for #hex is #44746F.


I love getcolorcode.com

Triadic colors

1 #90BB8B and #8B90BB with #BB8B90 are triadic colors.

2 #908BBB and #8BBB90 with #BB8B90 are triadic colors.