COLOR #BB8084

HEX: #BB8084
RGB: (187,128,132)

Color info

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

RGB color model

#BB8084 color RGB value is (187,128,132).

  • red value is 187;
  • green value is 128;
  • blue value is 132.
RGB:
(187,128,132)
(73%,50%,52%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 132 of 255 = 52%

187
128
132

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

Portions of RGB colors in percentages

R + G + B =
187 + 128 + 132 = 447 (100%)
R 187 of 447 ~ 41.83%
G 128 of 447 ~ 28.64%
B 132 of 447 ~ 29.53%

%41.83
%28.64
%29.53

CMYK color model

#BB8084 color CMYK value is (0,32,29,27).

  • cyan value is 0.00%
  • magenta value is 31.55%
  • yellow value is 29.41%
  • key color value is 26.67%
CMYK:
(0,32,29,27)
C0M32Y29K27 
(0%,32%,29%,27%)
(0.00/0.32/0.29/0.27)	

CMYK percentages

%0
%31.55
%29.41
%26.67

Codes

Color #BB8084 in popluar color models

BB8084
RGB187128132
HSL356°30.26%61.76%
HSB/HSV356°31.55%73.33%
CMYK0.00%31.55%29.41%
26.67%

Color #BB8084 in popluar number systems.

HEXBB8084
Decimal187128132
Binary101110111000000010000100
Octal273200204

Shades and tints

Shades of #BB8084

#BB8084
(187,128,132)
#AA7578
(170,117,120)
#996A6C
(153,106,108)
#885F60
(136,95,96)
#775454
(119,84,84)
#664948
(102,73,72)
#553E3C
(85,62,60)
#443330
(68,51,48)
#332824
(51,40,36)
#221D18
(34,29,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #BB8084

#BB8084
(187,128,132)
#C18B8F
(193,139,143)
#C7969A
(199,150,154)
#CDA1A5
(205,161,165)
#D3ACB0
(211,172,176)
#D9B7BB
(217,183,187)
#DFC2C6
(223,194,198)
#E5CDD1
(229,205,209)
#EBD8DC
(235,216,220)
#F1E3E7
(241,227,231)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8084; }

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

This text font color is #BB8084.


Background Color

.myBgColor { background-color: #BB8084; }

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

This div background color is #BB8084.


Border color

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

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

This div border color is #BB8084.


Opacity

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

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

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

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

This text has shadow with #BB8084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8084 on black background.


Color preview on white background

This text has color #BB8084 on white background.



Black color preview on #BB8084 background

This text has black color on #BB8084 background.


White color preview on #BB8084 background

This text has white color on #BB8084 background.