COLOR #BB8A8B

HEX: #BB8A8B RGB: (187,138,139)

Color info

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

RGB color model

#BB8A8B color RGB value is (187,138,139).

RGB: (187,138,139) (73%, 54%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 139 of 255 = 55%

187
138
139

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

Portions of RGB colors in percentages

R + G + B = 187 + 138 + 139 = 464 (100%)
R 187 of 464 ~ 40.3%
G 138 of 464 ~ 29.74%
B 139 of 464 ~ 29.96'%

%40.3
%29.74
%29.96

CMYK color model

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

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

CMYK: (0,26,26,27)
C0M26Y26K27 (0%, 26%, 26%, 27%)
(0.00 / 0.26 / 0.26 / 0.27)

CMYK percentages

%0
%26.2
%25.67
%26.67

Codes

Color #BB8A8B in popluar color models

BB 8A 8B
RGB 187 138 139
HSL 359° 26.49% 63.73%
HSB/HSV 359° 26.20% 73.33%
CMYK 0.00% 26.20% 25.67%
26.67%

Color #BB8A8B in popluar number systems.

HEX BB 8A 8B
Decimal 187 138 139
Binary 10111011 10001010 10001011
Octal 273 212 213

Shades and tints

Shades of #BB8A8B

#BB8A8B
(187,138,139)
#AA7E7F
(170,126,127)
#997273
(153,114,115)
#886667
(136,102,103)
#775A5B
(119,90,91)
#664E4F
(102,78,79)
#554243
(85,66,67)
#443637
(68,54,55)
#332A2B
(51,42,43)
#221E1F
(34,30,31)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BB8A8B

#BB8A8B
(187,138,139)
#C19495
(193,148,149)
#C79E9F
(199,158,159)
#CDA8A9
(205,168,169)
#D3B2B3
(211,178,179)
#D9BCBD
(217,188,189)
#DFC6C7
(223,198,199)
#E5D0D1
(229,208,209)
#EBDADB
(235,218,219)
#F1E4E5
(241,228,229)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8A8B; }

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

This text font color is #BB8A8B.

Background Color

.myBgColor { background-color: #BB8A8B; }

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

This div background color is #BB8A8B.

Border color

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

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

This div border color is #BB8A8B.

Opacity

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

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

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

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

This text has shadow with #BB8A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8A8B.

Preview

Color preview on black background

This text has color #BB8A8B on black background.


Color preview on white background

This text has color #BB8A8B on white background.


Black color preview on #BB8A8B background

This text has black color on #BB8A8B background.


White color preview on #BB8A8B background

This text has white color on #BB8A8B background.


Related colors

Complementary color

Complementary color for #hex is #447574.


I love getcolorcode.com

Triadic colors

1 #8BBB8A and #8A8BBB with #BB8A8B are triadic colors.

2 #8B8ABB and #8ABB8B with #BB8A8B are triadic colors.