Color Hex Logo

#b58274 Color Hex

#B58274
(181,130,116)
0 Favorites   0 Comments

Color spaces of #b58274

RGB 181130116
HSL0.040.310.58
HSV13°36°71°
CMYK 0.000.280.36   0.29
XYZ30.191127.050020.1529
Yxy27.05000.39010.3495
Hunter Lab52.009612.600813.4328
CIE-Lab59.020617.789215.3674

#b58274 color RGB value is (181,130,116).

#b58274 hex color red value is 181, green value is 130 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b58274 hue: 0.04 , saturation: 0.31 and the lightness value of b58274 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 01110100
Octal 265 202 164
Decimal 181 130 116
Hex B5 82 74

RGB Percentages of Color #b58274

%42.39
%30.44
%27.17

CMYK Percentages of Color #b58274

%0
%28
%36
%29

Triadic Colors of #b58274

#b58274 #74b582 #8274b5

Analogous Colors of #b58274

#b58274 #b5a374 #b57487

Monochromatic Colors of #b58274

#b58274

Complementary Color

#b58274 #74a7b5

#b58274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58274 Color CSS Codes

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

#b58274 Text Font Color

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

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


#b58274 Background Color

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

This div background color is #b58274


#b58274 Border Color

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

This div border color is #b58274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58274


Comments

No comments written yet.

Please login to write comment.