Color Hex Logo

#bbaf59 Color Hex

#BBAF59
(187,175,89)
0 Favorites   0 Comments

Color spaces of #bbaf59

RGB 18717589
HSL0.150.420.54
HSV53°52°73°
CMYK 0.000.060.52   0.27
XYZ37.626741.946015.5644
Yxy41.94600.39550.4409
Hunter Lab64.7657-9.637631.0875
CIE-Lab70.8337-7.150845.1399

#bbaf59 color RGB value is (187,175,89).

#bbaf59 hex color red value is 187, green value is 175 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bbaf59 hue: 0.15 , saturation: 0.42 and the lightness value of bbaf59 is 0.54.

The process color (four color CMYK) of #bbaf59 color hex is 0.00, 0.06, 0.52, 0.27. Web safe color of #bbaf59 is #cc9966. Color #bbaf59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 01011001
Octal 273 257 131
Decimal 187 175 89
Hex BB AF 59

RGB Percentages of Color #bbaf59

%41.46
%38.80
%19.73

CMYK Percentages of Color #bbaf59

%0
%6
%52
%27

Triadic Colors of #bbaf59

#bbaf59 #59bbaf #af59bb

Analogous Colors of #bbaf59

#bbaf59 #96bb59 #bb7e59

Monochromatic Colors of #bbaf59

#bbaf59

Complementary Color

#bbaf59 #5965bb

#bbaf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf59 Color CSS Codes

.mybgcolor {background-color:#bbaf59; } 
.myforecolor {color:#bbaf59; }
.mybordercolor {border:3px solid #bbaf59; }

#bbaf59 Text Font Color

<p style="color:#bbaf59">Text here</p>

This sample text font color is #bbaf59
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbaf59 Background Color

<div style="background-color:#bbaf59">
Div content here</div>

This div background color is #bbaf59


#bbaf59 Border Color

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

This div border color is #bbaf59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,175,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbaf59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbaf59;
  -webkit-box-shadow: 1px 1px 3px 2px #bbaf59;
  box-shadow:         1px 1px 3px 2px #bbaf59; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,175,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbaf59">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaf59;
  -webkit-box-shadow: 1px 1px 3px 2px #bbaf59;
  box-shadow:         1px 1px 3px 2px #bbaf59;">
Div content here</div>

This div box has shadow with color #bbaf59


Comments

No comments written yet.

Please login to write comment.