Color Hex Logo

#b58f60 Color Hex

#B58F60
(181,143,96)
0 Favorites   0 Comments

Color spaces of #b58f60

RGB 18114396
HSL0.090.360.54
HSV33°47°71°
CMYK 0.000.210.47   0.29
XYZ30.989830.313215.2840
Yxy30.31320.40460.3958
Hunter Lab55.05744.120622.0812
CIE-Lab61.92358.258830.4094

#b58f60 color RGB value is (181,143,96).

#b58f60 hex color red value is 181, green value is 143 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b58f60 hue: 0.09 , saturation: 0.36 and the lightness value of b58f60 is 0.54.

The process color (four color CMYK) of #b58f60 color hex is 0.00, 0.21, 0.47, 0.29. Web safe color of #b58f60 is #cc9966. Color #b58f60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 01100000
Octal 265 217 140
Decimal 181 143 96
Hex B5 8F 60

RGB Percentages of Color #b58f60

%43.10
%34.05
%22.86

CMYK Percentages of Color #b58f60

%0
%21
%47
%29

Triadic Colors of #b58f60

#b58f60 #60b58f #8f60b5

Analogous Colors of #b58f60

#b58f60 #b1b560 #b56560

Monochromatic Colors of #b58f60

#b58f60

Complementary Color

#b58f60 #6086b5

#b58f60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58f60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58f60 Color CSS Codes

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

#b58f60 Text Font Color

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

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


#b58f60 Background Color

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

This div background color is #b58f60


#b58f60 Border Color

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

This div border color is #b58f60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58f60


Comments

No comments written yet.

Please login to write comment.