COLOR #BB808A

HEX: #BB808A RGB: (187,128,138)

Color info

#BB808A contains red, green and blue colors in about the same proportion. Web safe color of #BB808A is #CC6699 (or #C69).

RGB color model

#BB808A color RGB value is (187,128,138).

RGB: (187,128,138) (73%, 50%, 54%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 138 of 255 = 54%

187
128
138

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

Portions of RGB colors in percentages

R + G + B = 187 + 128 + 138 = 453 (100%)
R 187 of 453 ~ 41.28%
G 128 of 453 ~ 28.26%
B 138 of 453 ~ 30.46'%

%41.28
%28.26
%30.46

CMYK color model

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

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

CMYK: (0,32,26,27)
C0M32Y26K27 (0%, 32%, 26%, 27%)
(0.00 / 0.32 / 0.26 / 0.27)

CMYK percentages

%0
%31.55
%26.2
%26.67

Codes

Color #BB808A in popluar color models

BB 80 8A
RGB 187 128 138
HSL 350° 30.26% 61.76%
HSB/HSV 350° 31.55% 73.33%
CMYK 0.00% 31.55% 26.20%
26.67%

Color #BB808A in popluar number systems.

HEX BB 80 8A
Decimal 187 128 138
Binary 10111011 10000000 10001010
Octal 273 200 212

Shades and tints

Shades of #BB808A

#BB808A
(187,128,138)
#AA757E
(170,117,126)
#996A72
(153,106,114)
#885F66
(136,95,102)
#77545A
(119,84,90)
#66494E
(102,73,78)
#553E42
(85,62,66)
#443336
(68,51,54)
#33282A
(51,40,42)
#221D1E
(34,29,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #BB808A

#BB808A
(187,128,138)
#C18B94
(193,139,148)
#C7969E
(199,150,158)
#CDA1A8
(205,161,168)
#D3ACB2
(211,172,178)
#D9B7BC
(217,183,188)
#DFC2C6
(223,194,198)
#E5CDD0
(229,205,208)
#EBD8DA
(235,216,218)
#F1E3E4
(241,227,228)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB808A; }

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

This text font color is #BB808A.

Background Color

.myBgColor { background-color: #BB808A; }

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

This div background color is #BB808A.

Border color

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

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

This div border color is #BB808A.

Opacity

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

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

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

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

This text has shadow with #BB808A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB808A.

Preview

Color preview on black background

This text has color #BB808A on black background.


Color preview on white background

This text has color #BB808A on white background.


Black color preview on #BB808A background

This text has black color on #BB808A background.


White color preview on #BB808A background

This text has white color on #BB808A background.


Related colors

Complementary color

Complementary color for #hex is #447F75.


I love getcolorcode.com

Triadic colors

1 #8ABB80 and #808ABB with #BB808A are triadic colors.

2 #8A80BB and #80BB8A with #BB808A are triadic colors.