COLOR #BB8292

HEX: #BB8292 RGB: (187,130,146)

Color info

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

RGB color model

#BB8292 color RGB value is (187,130,146).

RGB: (187,130,146) (73%, 51%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 130 of 255 = 51%
B 146 of 255 = 57%

187
130
146

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

Portions of RGB colors in percentages

R + G + B = 187 + 130 + 146 = 463 (100%)
R 187 of 463 ~ 40.39%
G 130 of 463 ~ 28.08%
B 146 of 463 ~ 31.53'%

%40.39
%28.08
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK: (0,30,22,27) C0M30Y22K27 (0%,30%,22%,27%) (0.00/0.30/0.22/0.27) 

CMYK percentages

%0
%30.48
%21.93
%26.67

Codes

Color #BB8292 in popluar color models

BB 82 92
RGB 187 130 146
HSL 343° 29.53% 62.16%
HSB/HSV 343° 30.48% 73.33%
CMYK 0.00% 30.48% 21.93%
26.67%

Color #BB8292 in popluar number systems.

HEX BB 82 92
Decimal 187 130 146
Binary 10111011 10000010 10010010
Octal 273 202 222

Shades and tints

Shades of #BB8292

#BB8292
(187,130,146)
#AA7785
(170,119,133)
#996C78
(153,108,120)
#88616B
(136,97,107)
#77565E
(119,86,94)
#664B51
(102,75,81)
#554044
(85,64,68)
#443537
(68,53,55)
#332A2A
(51,42,42)
#221F1D
(34,31,29)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BB8292

#BB8292
(187,130,146)
#C18D9B
(193,141,155)
#C798A4
(199,152,164)
#CDA3AD
(205,163,173)
#D3AEB6
(211,174,182)
#D9B9BF
(217,185,191)
#DFC4C8
(223,196,200)
#E5CFD1
(229,207,209)
#EBDADA
(235,218,218)
#F1E5E3
(241,229,227)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8292; }

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

This text font color is #BB8292.

Background Color

.myBgColor { background-color: #BB8292; }

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

This div background color is #BB8292.

Border color

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

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

This div border color is #BB8292.

Opacity

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

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

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

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

This text has shadow with #BB8292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8292.

Preview

Color preview on black background

This text has color #BB8292 on black background.


Color preview on white background

This text has color #BB8292 on white background.


Black color preview on #BB8292 background

This text has black color on #BB8292 background.


White color preview on #BB8292 background

This text has white color on #BB8292 background.


Related colors

Complementary color

Complementary color for #hex is #447D6D.


I love getcolorcode.com

Triadic colors

1 #92BB82 and #8292BB with #BB8292 are triadic colors.

2 #9282BB and #82BB92 with #BB8292 are triadic colors.