Color Hex Logo

#bbaf79 Color Hex

#BBAF79
(187,175,121)
0 Favorites   0 Comments

Color spaces of #bbaf79

RGB 187175121
HSL0.140.330.60
HSV49°35°73°
CMYK 0.000.060.35   0.27
XYZ39.274742.605224.2428
Yxy42.60520.37010.4015
Hunter Lab65.2727-6.823323.6701
CIE-Lab71.2862-3.817729.2744

#bbaf79 color RGB value is (187,175,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 01111001
Octal 273 257 171
Decimal 187 175 121
Hex BB AF 79

RGB Percentages of Color #bbaf79

%38.72
%36.23
%25.05

CMYK Percentages of Color #bbaf79

%0
%6
%35
%27

Triadic Colors of #bbaf79

#bbaf79 #79bbaf #af79bb

Analogous Colors of #bbaf79

#bbaf79 #a6bb79 #bb8e79

Monochromatic Colors of #bbaf79

#bbaf79

Complementary Color

#bbaf79 #7985bb

#bbaf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaf79 Color CSS Codes

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

#bbaf79 Text Font Color

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

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


#bbaf79 Background Color

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

This div background color is #bbaf79


#bbaf79 Border Color

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

This div border color is #bbaf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaf79


Comments

No comments written yet.

Please login to write comment.