COLOR #BB8892

HEX: #BB8892
RGB: (187,136,146)

Color info

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

RGB color model

#BB8892 color RGB value is (187,136,146).

  • red value is 187;
  • green value is 136;
  • blue value is 146.
RGB:
(187,136,146)
(73%,53%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 146 of 255 = 57%

187
136
146

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

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 146 = 469 (100%)
R 187 of 469 ~ 39.87%
G 136 of 469 ~ 29%
B 146 of 469 ~ 31.13%

%39.87
%29
%31.13

CMYK color model

#BB8892 color CMYK value is (0,27,22,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(0,27,22,27)
C0M27Y22K27 
(0%,27%,22%,27%)
(0.00/0.27/0.22/0.27)	

CMYK percentages

%0
%27.27
%21.93
%26.67

Codes

Color #BB8892 in popluar color models

BB8892
RGB187136146
HSL348°27.27%63.33%
HSB/HSV348°27.27%73.33%
CMYK0.00%27.27%21.93%
26.67%

Color #BB8892 in popluar number systems.

HEXBB8892
Decimal187136146
Binary101110111000100010010010
Octal273210222

Shades and tints

Shades of #BB8892

#BB8892
(187,136,146)
#AA7C85
(170,124,133)
#997078
(153,112,120)
#88646B
(136,100,107)
#77585E
(119,88,94)
#664C51
(102,76,81)
#554044
(85,64,68)
#443437
(68,52,55)
#33282A
(51,40,42)
#221C1D
(34,28,29)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #BB8892

#BB8892
(187,136,146)
#C1929B
(193,146,155)
#C79CA4
(199,156,164)
#CDA6AD
(205,166,173)
#D3B0B6
(211,176,182)
#D9BABF
(217,186,191)
#DFC4C8
(223,196,200)
#E5CED1
(229,206,209)
#EBD8DA
(235,216,218)
#F1E2E3
(241,226,227)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8892 color. Also use rgb(187,136,146) instead hex code.

Text Font Color

.myTextColor { color: #BB8892; }

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

This text font color is #BB8892.


Background Color

.myBgColor { background-color: #BB8892; }

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

This div background color is #BB8892.


Border color

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

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

This div border color is #BB8892.


Opacity

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

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

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

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

This text has shadow with #BB8892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8892 on black background.


Color preview on white background

This text has color #BB8892 on white background.



Black color preview on #BB8892 background

This text has black color on #BB8892 background.


White color preview on #BB8892 background

This text has white color on #BB8892 background.