Color Hex Logo

#b37352 Color Hex

#B37352
(179,115,82)
0 Favorites   0 Comments

Color spaces of #b37352

RGB 17911582
HSL0.060.390.51
HSV20°54°70°
CMYK 0.000.360.54   0.30
XYZ26.244122.454410.9336
Yxy22.45440.44010.3765
Hunter Lab47.386115.934019.4900
CIE-Lab54.505821.683028.6015

#b37352 color RGB value is (179,115,82).

#b37352 hex color red value is 179, green value is 115 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b37352 hue: 0.06 , saturation: 0.39 and the lightness value of b37352 is 0.51.

The process color (four color CMYK) of #b37352 color hex is 0.00, 0.36, 0.54, 0.30. Web safe color of #b37352 is #cc6666. Color #b37352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 01010010
Octal 263 163 122
Decimal 179 115 82
Hex B3 73 52

RGB Percentages of Color #b37352

%47.61
%30.59
%21.81

CMYK Percentages of Color #b37352

%0
%36
%54
%30

Triadic Colors of #b37352

#b37352 #52b373 #7352b3

Analogous Colors of #b37352

#b37352 #b3a452 #b35261

Monochromatic Colors of #b37352

#b37352

Complementary Color

#b37352 #5292b3

#b37352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37352 Color CSS Codes

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

#b37352 Text Font Color

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

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


#b37352 Background Color

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

This div background color is #b37352


#b37352 Border Color

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

This div border color is #b37352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37352


Comments

No comments written yet.

Please login to write comment.