Color Hex Logo

#bbaf81 Color Hex

#BBAF81
(187,175,129)
0 Favorites   0 Comments

Color spaces of #bbaf81

RGB 187175129
HSL0.130.300.62
HSV48°31°73°
CMYK 0.000.060.31   0.27
XYZ39.785942.809726.9350
Yxy42.80970.36320.3908
Hunter Lab65.4291-5.959321.3927
CIE-Lab71.4256-2.809925.1841

#bbaf81 color RGB value is (187,175,129).

#bbaf81 hex color red value is 187, green value is 175 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbaf81 hue: 0.13 , saturation: 0.30 and the lightness value of bbaf81 is 0.62.

The process color (four color CMYK) of #bbaf81 color hex is 0.00, 0.06, 0.31, 0.27. Web safe color of #bbaf81 is #cc9999. Color #bbaf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10000001
Octal 273 257 201
Decimal 187 175 129
Hex BB AF 81

RGB Percentages of Color #bbaf81

%38.09
%35.64
%26.27

CMYK Percentages of Color #bbaf81

%0
%6
%31
%27

Triadic Colors of #bbaf81

#bbaf81 #81bbaf #af81bb

Analogous Colors of #bbaf81

#bbaf81 #aabb81 #bb9281

Monochromatic Colors of #bbaf81

#bbaf81

Complementary Color

#bbaf81 #818dbb

#bbaf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf81 Color CSS Codes

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

#bbaf81 Text Font Color

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

This sample text font color is #bbaf81
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.


#bbaf81 Background Color

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

This div background color is #bbaf81


#bbaf81 Border Color

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

This div border color is #bbaf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf81


Comments

No comments written yet.

Please login to write comment.