COLOR #BBAF7A

HEX: #BBAF7A
RGB: (187,175,122)

Color info

#BBAF7A contains mainly red and green colors. Web safe color of #BBAF7A is #CC9966 (or #C96).

RGB color model

#BBAF7A color RGB value is (187,175,122).

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

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 122 of 255 = 48%

187
175
122

R + G + B ~ 63%. #BBAF7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 175 + 122 = 484 (100%)
R 187 of 484 ~ 38.64%
G 175 of 484 ~ 36.16%
B 122 of 484 ~ 25.21%

%38.64
%36.16
%25.21

CMYK color model

#BBAF7A color CMYK value is (0,6,35,27).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 34.76%
  • key color value is 26.67%
CMYK:
(0,6,35,27)
C0M6Y35K27 
(0%,6%,35%,27%)
(0.00/0.06/0.35/0.27)	

CMYK percentages

%0
%6.42
%34.76
%26.67

Codes

Color #BBAF7A in popluar color models

BBAF7A
RGB187175122
HSL49°32.34%60.59%
HSB/HSV49°34.76%73.33%
CMYK0.00%6.42%34.76%
26.67%

Color #BBAF7A in popluar number systems.

HEXBBAF7A
Decimal187175122
Binary10111011101011111111010
Octal273257172

Shades and tints

Shades of #BBAF7A

#BBAF7A
(187,175,122)
#AAA06F
(170,160,111)
#999164
(153,145,100)
#888259
(136,130,89)
#77734E
(119,115,78)
#666443
(102,100,67)
#555538
(85,85,56)
#44462D
(68,70,45)
#333722
(51,55,34)
#222817
(34,40,23)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #BBAF7A

#BBAF7A
(187,175,122)
#C1B686
(193,182,134)
#C7BD92
(199,189,146)
#CDC49E
(205,196,158)
#D3CBAA
(211,203,170)
#D9D2B6
(217,210,182)
#DFD9C2
(223,217,194)
#E5E0CE
(229,224,206)
#EBE7DA
(235,231,218)
#F1EEE6
(241,238,230)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAF7A; }

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

This text font color is #BBAF7A.


Background Color

.myBgColor { background-color: #BBAF7A; }

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

This div background color is #BBAF7A.


Border color

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

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

This div border color is #BBAF7A.


Opacity

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

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

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

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

This text has shadow with #BBAF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAF7A on black background.


Color preview on white background

This text has color #BBAF7A on white background.



Black color preview on #BBAF7A background

This text has black color on #BBAF7A background.


White color preview on #BBAF7A background

This text has white color on #BBAF7A background.