Color Hex Logo

#b58052 Color Hex

#B58052
(181,128,82)
0 Favorites   0 Comments

Color spaces of #b58052

RGB 18112882
HSL0.080.400.52
HSV28°55°71°
CMYK 0.000.290.55   0.29
XYZ28.298225.871311.4848
Yxy25.87130.43100.3941
Hunter Lab50.863810.297122.2173
CIE-Lab57.914715.271832.9422

#b58052 color RGB value is (181,128,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000000 01010010
Octal 265 200 122
Decimal 181 128 82
Hex B5 80 52

RGB Percentages of Color #b58052

%46.29
%32.74
%20.97

CMYK Percentages of Color #b58052

%0
%29
%55
%29

Triadic Colors of #b58052

#b58052 #52b580 #8052b5

Analogous Colors of #b58052

#b58052 #b5b252 #b55256

Monochromatic Colors of #b58052

#b58052

Complementary Color

#b58052 #5287b5

#b58052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58052 Color CSS Codes

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

#b58052 Text Font Color

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

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


#b58052 Background Color

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

This div background color is #b58052


#b58052 Border Color

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

This div border color is #b58052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58052


Comments

No comments written yet.

Please login to write comment.