Color Hex Logo

#b47152 Color Hex

#B47152
(180,113,82)
0 Favorites   0 Comments

Color spaces of #b47152

RGB 18011382
HSL0.050.400.51
HSV19°54°71°
CMYK 0.000.370.54   0.29
XYZ26.250522.122710.8692
Yxy22.12270.44310.3734
Hunter Lab47.034817.311519.2231
CIE-Lab54.156923.213328.1828

#b47152 color RGB value is (180,113,82).

#b47152 hex color red value is 180, green value is 113 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b47152 hue: 0.05 , saturation: 0.40 and the lightness value of b47152 is 0.51.

The process color (four color CMYK) of #b47152 color hex is 0.00, 0.37, 0.54, 0.29. Web safe color of #b47152 is #cc6666. Color #b47152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 01010010
Octal 264 161 122
Decimal 180 113 82
Hex B4 71 52

RGB Percentages of Color #b47152

%48.00
%30.13
%21.87

CMYK Percentages of Color #b47152

%0
%37
%54
%29

Triadic Colors of #b47152

#b47152 #52b471 #7152b4

Analogous Colors of #b47152

#b47152 #b4a252 #b45264

Monochromatic Colors of #b47152

#b47152

Complementary Color

#b47152 #5295b4

#b47152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47152 Color CSS Codes

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

#b47152 Text Font Color

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

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


#b47152 Background Color

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

This div background color is #b47152


#b47152 Border Color

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

This div border color is #b47152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47152


Comments

No comments written yet.

Please login to write comment.