Color Hex Logo

#bbaf4a Color Hex

#BBAF4A
(187,175,74)
0 Favorites   0 Comments

Color spaces of #bbaf4a

RGB 18717574
HSL0.150.450.51
HSV54°60°73°
CMYK 0.000.060.60   0.27
XYZ37.059541.719212.5779
Yxy41.71920.40570.4567
Hunter Lab64.5904-10.616733.6675
CIE-Lab70.6769-8.329152.0383

#bbaf4a color RGB value is (187,175,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 01001010
Octal 273 257 112
Decimal 187 175 74
Hex BB AF 4A

RGB Percentages of Color #bbaf4a

%42.89
%40.14
%16.97

CMYK Percentages of Color #bbaf4a

%0
%6
%60
%27

Triadic Colors of #bbaf4a

#bbaf4a #4abbaf #af4abb

Analogous Colors of #bbaf4a

#bbaf4a #8fbb4a #bb774a

Monochromatic Colors of #bbaf4a

#bbaf4a

Complementary Color

#bbaf4a #4a56bb

#bbaf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf4a Color CSS Codes

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

#bbaf4a Text Font Color

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

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


#bbaf4a Background Color

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

This div background color is #bbaf4a


#bbaf4a Border Color

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

This div border color is #bbaf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf4a


Comments

No comments written yet.

Please login to write comment.