Color Hex Logo

#b47260 Color Hex

#B47260
(180,114,96)
0 Favorites   0 Comments

Color spaces of #b47260

RGB 18011496
HSL0.040.360.54
HSV13°47°71°
CMYK 0.000.370.47   0.29
XYZ26.951022.582514.0047
Yxy22.58250.42420.3554
Hunter Lab47.521018.072315.7917
CIE-Lab54.639724.003620.8360

#b47260 color RGB value is (180,114,96).

#b47260 hex color red value is 180, green value is 114 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b47260 hue: 0.04 , saturation: 0.36 and the lightness value of b47260 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 01100000
Octal 264 162 140
Decimal 180 114 96
Hex B4 72 60

RGB Percentages of Color #b47260

%46.15
%29.23
%24.62

CMYK Percentages of Color #b47260

%0
%37
%47
%29

Triadic Colors of #b47260

#b47260 #60b472 #7260b4

Analogous Colors of #b47260

#b47260 #b49c60 #b46078

Monochromatic Colors of #b47260

#b47260

Complementary Color

#b47260 #60a2b4

#b47260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47260 Color CSS Codes

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

#b47260 Text Font Color

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

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


#b47260 Background Color

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

This div background color is #b47260


#b47260 Border Color

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

This div border color is #b47260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47260


Comments

No comments written yet.

Please login to write comment.