COLOR #BBAE95

HEX: #BBAE95 RGB: (187,174,149)

Color info

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

RGB color model

#BBAE95 color RGB value is (187,174,149).

RGB: (187,174,149) (73%, 68%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 149 of 255 = 58%

187
174
149

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

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 149 = 510 (100%)
R 187 of 510 ~ 36.67%
G 174 of 510 ~ 34.12%
B 149 of 510 ~ 29.22'%

%36.67
%34.12
%29.22

CMYK color model

#BBAE95 color CMYK value is (0,7,20,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 20.32%
  • key color value is 26.67%

CMYK: (0,7,20,27)
C0M7Y20K27 (0%, 7%, 20%, 27%)
(0.00 / 0.07 / 0.20 / 0.27)

CMYK percentages

%0
%6.95
%20.32
%26.67

Codes

Color #BBAE95 in popluar color models

BB AE 95
RGB 187 174 149
HSL 39° 21.84% 65.88%
HSB/HSV 39° 20.32% 73.33%
CMYK 0.00% 6.95% 20.32%
26.67%

Color #BBAE95 in popluar number systems.

HEX BB AE 95
Decimal 187 174 149
Binary 10111011 10101110 10010101
Octal 273 256 225

Shades and tints

Shades of #BBAE95

#BBAE95
(187,174,149)
#AA9F88
(170,159,136)
#99907B
(153,144,123)
#88816E
(136,129,110)
#777261
(119,114,97)
#666354
(102,99,84)
#555447
(85,84,71)
#44453A
(68,69,58)
#33362D
(51,54,45)
#222720
(34,39,32)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBAE95

#BBAE95
(187,174,149)
#C1B59E
(193,181,158)
#C7BCA7
(199,188,167)
#CDC3B0
(205,195,176)
#D3CAB9
(211,202,185)
#D9D1C2
(217,209,194)
#DFD8CB
(223,216,203)
#E5DFD4
(229,223,212)
#EBE6DD
(235,230,221)
#F1EDE6
(241,237,230)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAE95 color. Also use rgb(187,174,149) instead hex code.

Text Font Color

.myTextColor { color: #BBAE95; }

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

This text font color is #BBAE95.

Background Color

.myBgColor { background-color: #BBAE95; }

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

This div background color is #BBAE95.

Border color

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

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

This div border color is #BBAE95.

Opacity

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

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

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

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

This text has shadow with #BBAE95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAE95.

Preview

Color preview on black background

This text has color #BBAE95 on black background.


Color preview on white background

This text has color #BBAE95 on white background.


Black color preview on #BBAE95 background

This text has black color on #BBAE95 background.


White color preview on #BBAE95 background

This text has white color on #BBAE95 background.


Related colors

Complementary color

Complementary color for #hex is #44516A.


I love getcolorcode.com

Triadic colors

1 #95BBAE and #AE95BB with #BBAE95 are triadic colors.

2 #95AEBB and #AEBB95 with #BBAE95 are triadic colors.