Color Hex Logo

#b2af59 Color Hex

#B2AF59
(178,175,89)
0 Favorites   0 Comments

Color spaces of #b2af59

RGB 17817589
HSL0.160.370.52
HSV58°50°70°
CMYK 0.000.020.50   0.30
XYZ35.493240.846215.4646
Yxy40.84620.38660.4449
Hunter Lab63.9110-12.713730.3913
CIE-Lab70.0680-10.925144.0439

#b2af59 color RGB value is (178,175,89).

#b2af59 hex color red value is 178, green value is 175 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b2af59 hue: 0.16 , saturation: 0.37 and the lightness value of b2af59 is 0.52.

The process color (four color CMYK) of #b2af59 color hex is 0.00, 0.02, 0.50, 0.30. Web safe color of #b2af59 is #999966. Color #b2af59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 01011001
Octal 262 257 131
Decimal 178 175 89
Hex B2 AF 59

RGB Percentages of Color #b2af59

%40.27
%39.59
%20.14

CMYK Percentages of Color #b2af59

%0
%2
%50
%30

Triadic Colors of #b2af59

#b2af59 #59b2af #af59b2

Analogous Colors of #b2af59

#b2af59 #89b259 #b28359

Monochromatic Colors of #b2af59

#b2af59

Complementary Color

#b2af59 #595cb2

#b2af59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2af59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2af59 Color CSS Codes

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

#b2af59 Text Font Color

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

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


#b2af59 Background Color

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

This div background color is #b2af59


#b2af59 Border Color

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

This div border color is #b2af59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2af59


Comments

No comments written yet.

Please login to write comment.