COLOR #BBAF69

HEX: #BBAF69
RGB: (187,175,105)

Color info

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

RGB color model

#BBAF69 color RGB value is (187,175,105).

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

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 105 of 255 = 41%

187
175
105

R + G + B ~ 61%. #BBAF69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 175 + 105 = 467 (100%)
R 187 of 467 ~ 40.04%
G 175 of 467 ~ 37.47%
B 105 of 467 ~ 22.48%

%40.04
%37.47
%22.48

CMYK color model

#BBAF69 color CMYK value is (0,6,44,27).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 43.85%
  • key color value is 26.67%
CMYK:
(0,6,44,27)
C0M6Y44K27 
(0%,6%,44%,27%)
(0.00/0.06/0.44/0.27)	

CMYK percentages

%0
%6.42
%43.85
%26.67

Codes

Color #BBAF69 in popluar color models

BBAF69
RGB187175105
HSL51°37.61%57.25%
HSB/HSV51°43.85%73.33%
CMYK0.00%6.42%43.85%
26.67%

Color #BBAF69 in popluar number systems.

HEXBBAF69
Decimal187175105
Binary10111011101011111101001
Octal273257151

Shades and tints

Shades of #BBAF69

#BBAF69
(187,175,105)
#AAA060
(170,160,96)
#999157
(153,145,87)
#88824E
(136,130,78)
#777345
(119,115,69)
#66643C
(102,100,60)
#555533
(85,85,51)
#44462A
(68,70,42)
#333721
(51,55,33)
#222818
(34,40,24)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #BBAF69

#BBAF69
(187,175,105)
#C1B676
(193,182,118)
#C7BD83
(199,189,131)
#CDC490
(205,196,144)
#D3CB9D
(211,203,157)
#D9D2AA
(217,210,170)
#DFD9B7
(223,217,183)
#E5E0C4
(229,224,196)
#EBE7D1
(235,231,209)
#F1EEDE
(241,238,222)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAF69; }

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

This text font color is #BBAF69.


Background Color

.myBgColor { background-color: #BBAF69; }

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

This div background color is #BBAF69.


Border color

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

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

This div border color is #BBAF69.


Opacity

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

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

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

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

This text has shadow with #BBAF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAF69 on black background.


Color preview on white background

This text has color #BBAF69 on white background.



Black color preview on #BBAF69 background

This text has black color on #BBAF69 background.


White color preview on #BBAF69 background

This text has white color on #BBAF69 background.