Color Hex Logo

#b59706 Color Hex

#B59706
(181,151,6)
0 Favorites   0 Comments

Color spaces of #b59706

RGB 1811516
HSL0.140.940.37
HSV50°97°71°
CMYK 0.000.170.97   0.29
XYZ30.155531.97014.7538
Yxy31.97010.45090.4780
Hunter Lab56.5421-3.749634.5946
CIE-Lab63.3182-0.869066.3310

#b59706 color RGB value is (181,151,6).

#b59706 hex color red value is 181, green value is 151 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b59706 hue: 0.14 , saturation: 0.94 and the lightness value of b59706 is 0.37.

The process color (four color CMYK) of #b59706 color hex is 0.00, 0.17, 0.97, 0.29. Web safe color of #b59706 is #cc9900. Color #b59706 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010111 00000110
Octal 265 227 6
Decimal 181 151 6
Hex B5 97 6

RGB Percentages of Color #b59706

%53.55
%44.67
%1.78

CMYK Percentages of Color #b59706

%0
%17
%97
%29

Triadic Colors of #b59706

#b59706 #06b597 #9706b5

Analogous Colors of #b59706

#b59706 #7cb506 #b53f06

Monochromatic Colors of #b59706

#b59706

Complementary Color

#b59706 #0624b5

#b59706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59706 Color CSS Codes

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

#b59706 Text Font Color

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

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


#b59706 Background Color

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

This div background color is #b59706


#b59706 Border Color

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

This div border color is #b59706


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,151,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b59706; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b59706;
  -webkit-box-shadow: 1px 1px 3px 2px #b59706;
  box-shadow:         1px 1px 3px 2px #b59706; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,151,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59706


Comments

No comments written yet.

Please login to write comment.