COLOR #BB8092

HEX: #BB8092 RGB: (187,128,146)

Color info

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

RGB color model

#BB8092 color RGB value is (187,128,146).

RGB: (187,128,146) (73%, 50%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 146 of 255 = 57%

187
128
146

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

Portions of RGB colors in percentages

R + G + B = 187 + 128 + 146 = 461 (100%)
R 187 of 461 ~ 40.56%
G 128 of 461 ~ 27.77%
B 146 of 461 ~ 31.67'%

%40.56
%27.77
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.55%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK: (0,32,22,27) C0M32Y22K27 (0%,32%,22%,27%) (0.00/0.32/0.22/0.27) 

CMYK percentages

%0
%31.55
%21.93
%26.67

Codes

Color #BB8092 in popluar color models

BB 80 92
RGB 187 128 146
HSL 342° 30.26% 61.76%
HSB/HSV 342° 31.55% 73.33%
CMYK 0.00% 31.55% 21.93%
26.67%

Color #BB8092 in popluar number systems.

HEX BB 80 92
Decimal 187 128 146
Binary 10111011 10000000 10010010
Octal 273 200 222

Shades and tints

Shades of #BB8092

#BB8092
(187,128,146)
#AA7585
(170,117,133)
#996A78
(153,106,120)
#885F6B
(136,95,107)
#77545E
(119,84,94)
#664951
(102,73,81)
#553E44
(85,62,68)
#443337
(68,51,55)
#33282A
(51,40,42)
#221D1D
(34,29,29)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #BB8092

#BB8092
(187,128,146)
#C18B9B
(193,139,155)
#C796A4
(199,150,164)
#CDA1AD
(205,161,173)
#D3ACB6
(211,172,182)
#D9B7BF
(217,183,191)
#DFC2C8
(223,194,200)
#E5CDD1
(229,205,209)
#EBD8DA
(235,216,218)
#F1E3E3
(241,227,227)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8092; }

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

This text font color is #BB8092.

Background Color

.myBgColor { background-color: #BB8092; }

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

This div background color is #BB8092.

Border color

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

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

This div border color is #BB8092.

Opacity

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

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

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

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

This text has shadow with #BB8092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8092.

Preview

Color preview on black background

This text has color #BB8092 on black background.


Color preview on white background

This text has color #BB8092 on white background.


Black color preview on #BB8092 background

This text has black color on #BB8092 background.


White color preview on #BB8092 background

This text has white color on #BB8092 background.


Related colors

Complementary color

Complementary color for #hex is #447F6D.


I love getcolorcode.com

Triadic colors

1 #92BB80 and #8092BB with #BB8092 are triadic colors.

2 #9280BB and #80BB92 with #BB8092 are triadic colors.