Color Hex Logo

#bbaf3f Color Hex

#BBAF3F
(187,175,63)
0 Favorites   0 Comments

Color spaces of #bbaf3f

RGB 18717563
HSL0.150.500.49
HSV54°66°73°
CMYK 0.000.060.66   0.27
XYZ36.720741.583610.7937
Yxy41.58360.41210.4667
Hunter Lab64.4853-11.203935.2157
CIE-Lab70.5829-9.040456.7187

#bbaf3f color RGB value is (187,175,63).

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

The process color (four color CMYK) of #bbaf3f color hex is 0.00, 0.06, 0.66, 0.27. Web safe color of #bbaf3f is #cc9933. Color #bbaf3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 00111111
Octal 273 257 77
Decimal 187 175 63
Hex BB AF 3F

RGB Percentages of Color #bbaf3f

%44.00
%41.18
%14.82

CMYK Percentages of Color #bbaf3f

%0
%6
%66
%27

Triadic Colors of #bbaf3f

#bbaf3f #3fbbaf #af3fbb

Analogous Colors of #bbaf3f

#bbaf3f #89bb3f #bb713f

Monochromatic Colors of #bbaf3f

#bbaf3f

Complementary Color

#bbaf3f #3f4bbb

#bbaf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf3f Color CSS Codes

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

#bbaf3f Text Font Color

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

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


#bbaf3f Background Color

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

This div background color is #bbaf3f


#bbaf3f Border Color

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

This div border color is #bbaf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf3f


Comments

No comments written yet.

Please login to write comment.