Color Hex Logo

#b47368 Color Hex

#B47368
(180,115,104)
0 Favorites   0 Comments

Color spaces of #b47368

RGB 180115104
HSL0.020.340.56
HSV42°71°
CMYK 0.000.360.42   0.29
XYZ27.451822.964216.0824
Yxy22.96420.41280.3453
Hunter Lab47.921018.393013.6468
CIE-Lab55.035424.319916.7541

#b47368 color RGB value is (180,115,104).

#b47368 hex color red value is 180, green value is 115 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b47368 hue: 0.02 , saturation: 0.34 and the lightness value of b47368 is 0.56.

The process color (four color CMYK) of #b47368 color hex is 0.00, 0.36, 0.42, 0.29. Web safe color of #b47368 is #cc6666. Color #b47368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 01101000
Octal 264 163 150
Decimal 180 115 104
Hex B4 73 68

RGB Percentages of Color #b47368

%45.11
%28.82
%26.07

CMYK Percentages of Color #b47368

%0
%36
%42
%29

Triadic Colors of #b47368

#b47368 #68b473 #7368b4

Analogous Colors of #b47368

#b47368 #b49968 #b46883

Monochromatic Colors of #b47368

#b47368

Complementary Color

#b47368 #68a9b4

#b47368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47368 Color CSS Codes

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

#b47368 Text Font Color

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

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


#b47368 Background Color

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

This div background color is #b47368


#b47368 Border Color

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

This div border color is #b47368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,115,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47368

#b47368 Color Palettes


Comments

No comments written yet.

Please login to write comment.