Color Hex Logo

#bbaf4b Color Hex

#BBAF4B
(187,175,75)
0 Favorites   0 Comments

Color spaces of #bbaf4b

RGB 18717575
HSL0.150.450.51
HSV54°60°73°
CMYK 0.000.060.60   0.27
XYZ37.093541.732712.7568
Yxy41.73270.40500.4557
Hunter Lab64.6009-10.557633.5125
CIE-Lab70.6862-8.257751.5948

#bbaf4b color RGB value is (187,175,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 01001011
Octal 273 257 113
Decimal 187 175 75
Hex BB AF 4B

RGB Percentages of Color #bbaf4b

%42.79
%40.05
%17.16

CMYK Percentages of Color #bbaf4b

%0
%6
%60
%27

Triadic Colors of #bbaf4b

#bbaf4b #4bbbaf #af4bbb

Analogous Colors of #bbaf4b

#bbaf4b #8fbb4b #bb774b

Monochromatic Colors of #bbaf4b

#bbaf4b

Complementary Color

#bbaf4b #4b57bb

#bbaf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf4b Color CSS Codes

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

#bbaf4b Text Font Color

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

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


#bbaf4b Background Color

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

This div background color is #bbaf4b


#bbaf4b Border Color

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

This div border color is #bbaf4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf4b


Comments

No comments written yet.

Please login to write comment.