Color Hex Logo

#bbaf83 Color Hex

#BBAF83
(187,175,131)
0 Favorites   0 Comments

Color spaces of #bbaf83

RGB 187175131
HSL0.130.290.62
HSV47°30°73°
CMYK 0.000.060.30   0.27
XYZ39.920242.863427.6422
Yxy42.86340.36150.3882
Hunter Lab65.4701-5.733020.7962
CIE-Lab71.4622-2.547024.1578

#bbaf83 color RGB value is (187,175,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10000011
Octal 273 257 203
Decimal 187 175 131
Hex BB AF 83

RGB Percentages of Color #bbaf83

%37.93
%35.50
%26.57

CMYK Percentages of Color #bbaf83

%0
%6
%30
%27

Triadic Colors of #bbaf83

#bbaf83 #83bbaf #af83bb

Analogous Colors of #bbaf83

#bbaf83 #abbb83 #bb9383

Monochromatic Colors of #bbaf83

#bbaf83

Complementary Color

#bbaf83 #838fbb

#bbaf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf83 Color CSS Codes

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

#bbaf83 Text Font Color

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

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


#bbaf83 Background Color

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

This div background color is #bbaf83


#bbaf83 Border Color

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

This div border color is #bbaf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf83


Comments

No comments written yet.

Please login to write comment.