Color Hex Logo

#b58260 Color Hex

#B58260
(181,130,96)
0 Favorites   0 Comments

Color spaces of #b58260

RGB 18113096
HSL0.070.360.54
HSV24°47°71°
CMYK 0.000.280.47   0.29
XYZ29.150026.633514.6707
Yxy26.63350.41370.3780
Hunter Lab51.607710.510319.2708
CIE-Lab58.633515.490126.1463

#b58260 color RGB value is (181,130,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 01100000
Octal 265 202 140
Decimal 181 130 96
Hex B5 82 60

RGB Percentages of Color #b58260

%44.47
%31.94
%23.59

CMYK Percentages of Color #b58260

%0
%28
%47
%29

Triadic Colors of #b58260

#b58260 #60b582 #8260b5

Analogous Colors of #b58260

#b58260 #b5ad60 #b56069

Monochromatic Colors of #b58260

#b58260

Complementary Color

#b58260 #6093b5

#b58260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58260 Color CSS Codes

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

#b58260 Text Font Color

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

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


#b58260 Background Color

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

This div background color is #b58260


#b58260 Border Color

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

This div border color is #b58260


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,130,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 #b58260">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58260


Comments

No comments written yet.

Please login to write comment.