Color Hex Logo

#bbaf76 Color Hex

#BBAF76
(187,175,118)
0 Favorites   0 Comments

Color spaces of #bbaf76

RGB 187175118
HSL0.140.340.60
HSV50°37°73°
CMYK 0.000.060.37   0.27
XYZ39.093542.532723.2887
Yxy42.53270.37260.4054
Hunter Lab65.2171-7.130524.4798
CIE-Lab71.2366-4.177830.8005

#bbaf76 color RGB value is (187,175,118).

#bbaf76 hex color red value is 187, green value is 175 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbaf76 hue: 0.14 , saturation: 0.34 and the lightness value of bbaf76 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 01110110
Octal 273 257 166
Decimal 187 175 118
Hex BB AF 76

RGB Percentages of Color #bbaf76

%38.96
%36.46
%24.58

CMYK Percentages of Color #bbaf76

%0
%6
%37
%27

Triadic Colors of #bbaf76

#bbaf76 #76bbaf #af76bb

Analogous Colors of #bbaf76

#bbaf76 #a5bb76 #bb8d76

Monochromatic Colors of #bbaf76

#bbaf76

Complementary Color

#bbaf76 #7682bb

#bbaf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf76 Color CSS Codes

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

#bbaf76 Text Font Color

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

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


#bbaf76 Background Color

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

This div background color is #bbaf76


#bbaf76 Border Color

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

This div border color is #bbaf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf76


Comments

No comments written yet.

Please login to write comment.