COLOR #BBAF91

HEX: #BBAF91
RGB: (187,175,145)

Color info

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

RGB color model

#BBAF91 color RGB value is (187,175,145).

  • red value is 187;
  • green value is 175;
  • blue value is 145.
RGB:
(187,175,145)
(73%,69%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 145 of 255 = 57%

187
175
145

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

Portions of RGB colors in percentages

R + G + B =
187 + 175 + 145 = 507 (100%)
R 187 of 507 ~ 36.88%
G 175 of 507 ~ 34.52%
B 145 of 507 ~ 28.6%

%36.88
%34.52
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK:
(0,6,22,27)
C0M6Y22K27 
(0%,6%,22%,27%)
(0.00/0.06/0.22/0.27)	

CMYK percentages

%0
%6.42
%22.46
%26.67

Codes

Color #BBAF91 in popluar color models

BBAF91
RGB187175145
HSL43°23.60%65.10%
HSB/HSV43°22.46%73.33%
CMYK0.00%6.42%22.46%
26.67%

Color #BBAF91 in popluar number systems.

HEXBBAF91
Decimal187175145
Binary101110111010111110010001
Octal273257221

Shades and tints

Shades of #BBAF91

#BBAF91
(187,175,145)
#AAA084
(170,160,132)
#999177
(153,145,119)
#88826A
(136,130,106)
#77735D
(119,115,93)
#666450
(102,100,80)
#555543
(85,85,67)
#444636
(68,70,54)
#333729
(51,55,41)
#22281C
(34,40,28)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #BBAF91

#BBAF91
(187,175,145)
#C1B69B
(193,182,155)
#C7BDA5
(199,189,165)
#CDC4AF
(205,196,175)
#D3CBB9
(211,203,185)
#D9D2C3
(217,210,195)
#DFD9CD
(223,217,205)
#E5E0D7
(229,224,215)
#EBE7E1
(235,231,225)
#F1EEEB
(241,238,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAF91 color. Also use rgb(187,175,145) instead hex code.

Text Font Color

.myTextColor { color: #BBAF91; }

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

This text font color is #BBAF91.


Background Color

.myBgColor { background-color: #BBAF91; }

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

This div background color is #BBAF91.


Border color

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

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

This div border color is #BBAF91.


Opacity

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

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

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

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

This text has shadow with #BBAF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAF91 on black background.


Color preview on white background

This text has color #BBAF91 on white background.



Black color preview on #BBAF91 background

This text has black color on #BBAF91 background.


White color preview on #BBAF91 background

This text has white color on #BBAF91 background.