Color Hex Logo

#b58277 Color Hex

#B58277
(181,130,119)
0 Favorites   0 Comments

Color spaces of #b58277

RGB 181130119
HSL0.030.300.59
HSV11°34°71°
CMYK 0.000.280.34   0.29
XYZ30.368527.120921.0870
Yxy27.12090.38650.3452
Hunter Lab52.077712.954112.4471
CIE-Lab59.086118.173813.7459

#b58277 color RGB value is (181,130,119).

#b58277 hex color red value is 181, green value is 130 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b58277 hue: 0.03 , saturation: 0.30 and the lightness value of b58277 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 01110111
Octal 265 202 167
Decimal 181 130 119
Hex B5 82 77

RGB Percentages of Color #b58277

%42.09
%30.23
%27.67

CMYK Percentages of Color #b58277

%0
%28
%34
%29

Triadic Colors of #b58277

#b58277 #77b582 #8277b5

Analogous Colors of #b58277

#b58277 #b5a177 #b5778b

Monochromatic Colors of #b58277

#b58277

Complementary Color

#b58277 #77aab5

#b58277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58277 Color CSS Codes

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

#b58277 Text Font Color

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

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


#b58277 Background Color

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

This div background color is #b58277


#b58277 Border Color

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

This div border color is #b58277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58277


Comments

No comments written yet.

Please login to write comment.