Color Hex Logo

#b58652 Color Hex

#B58652
(181,134,82)
0 Favorites   0 Comments

Color spaces of #b58652

RGB 18113482
HSL0.090.400.52
HSV32°55°71°
CMYK 0.000.260.55   0.29
XYZ29.104127.483111.7535
Yxy27.48310.42590.4021
Hunter Lab52.42437.354223.4042
CIE-Lab59.418811.928134.8043

#b58652 color RGB value is (181,134,82).

#b58652 hex color red value is 181, green value is 134 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b58652 hue: 0.09 , saturation: 0.40 and the lightness value of b58652 is 0.52.

The process color (four color CMYK) of #b58652 color hex is 0.00, 0.26, 0.55, 0.29. Web safe color of #b58652 is #cc9966. Color #b58652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000110 01010010
Octal 265 206 122
Decimal 181 134 82
Hex B5 86 52

RGB Percentages of Color #b58652

%45.59
%33.75
%20.65

CMYK Percentages of Color #b58652

%0
%26
%55
%29

Triadic Colors of #b58652

#b58652 #52b586 #8652b5

Analogous Colors of #b58652

#b58652 #b3b552 #b55552

Monochromatic Colors of #b58652

#b58652

Complementary Color

#b58652 #5281b5

#b58652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58652 Color CSS Codes

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

#b58652 Text Font Color

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

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


#b58652 Background Color

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

This div background color is #b58652


#b58652 Border Color

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

This div border color is #b58652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58652

#b58652 Color Palettes


Comments

No comments written yet.

Please login to write comment.