COLOR #BBAC92

HEX: #BBAC92 RGB: (187,172,146)

Color info

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

RGB color model

#BBAC92 color RGB value is (187,172,146).

RGB: (187,172,146) (73%, 67%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 146 of 255 = 57%

187
172
146

R + G + B ~ 66%. #BBAC92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 146 = 505 (100%)
R 187 of 505 ~ 37.03%
G 172 of 505 ~ 34.06%
B 146 of 505 ~ 28.91'%

%37.03
%34.06
%28.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 21.93%
  • key color value is 26.67%

CMYK: (0,8,22,27)
C0M8Y22K27 (0%, 8%, 22%, 27%)
(0.00 / 0.08 / 0.22 / 0.27)

CMYK percentages

%0
%8.02
%21.93
%26.67

Codes

Color #BBAC92 in popluar color models

BB AC 92
RGB 187 172 146
HSL 38° 23.16% 65.29%
HSB/HSV 38° 21.93% 73.33%
CMYK 0.00% 8.02% 21.93%
26.67%

Color #BBAC92 in popluar number systems.

HEX BB AC 92
Decimal 187 172 146
Binary 10111011 10101100 10010010
Octal 273 254 222

Shades and tints

Shades of #BBAC92

#BBAC92
(187,172,146)
#AA9D85
(170,157,133)
#998E78
(153,142,120)
#887F6B
(136,127,107)
#77705E
(119,112,94)
#666151
(102,97,81)
#555244
(85,82,68)
#444337
(68,67,55)
#33342A
(51,52,42)
#22251D
(34,37,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #BBAC92

#BBAC92
(187,172,146)
#C1B39B
(193,179,155)
#C7BAA4
(199,186,164)
#CDC1AD
(205,193,173)
#D3C8B6
(211,200,182)
#D9CFBF
(217,207,191)
#DFD6C8
(223,214,200)
#E5DDD1
(229,221,209)
#EBE4DA
(235,228,218)
#F1EBE3
(241,235,227)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAC92; }

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

This text font color is #BBAC92.

Background Color

.myBgColor { background-color: #BBAC92; }

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

This div background color is #BBAC92.

Border color

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

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

This div border color is #BBAC92.

Opacity

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

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

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

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

This text has shadow with #BBAC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAC92.

Preview

Color preview on black background

This text has color #BBAC92 on black background.


Color preview on white background

This text has color #BBAC92 on white background.


Black color preview on #BBAC92 background

This text has black color on #BBAC92 background.


White color preview on #BBAC92 background

This text has white color on #BBAC92 background.


Related colors

Complementary color

Complementary color for #hex is #44536D.


I love getcolorcode.com

Triadic colors

1 #92BBAC and #AC92BB with #BBAC92 are triadic colors.

2 #92ACBB and #ACBB92 with #BBAC92 are triadic colors.