Color Hex Logo

#b47973 Color Hex

#B47973
(180,121,115)
0 Favorites   0 Comments

Color spaces of #b47973

RGB 180121115
HSL0.020.300.58
HSV36°71°
CMYK 0.000.330.36   0.29
XYZ28.754324.615819.4555
Yxy24.61580.39480.3380
Hunter Lab49.614316.625811.4803
CIE-Lab56.699122.295312.6952

#b47973 color RGB value is (180,121,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111001 01110011
Octal 264 171 163
Decimal 180 121 115
Hex B4 79 73

RGB Percentages of Color #b47973

%43.27
%29.09
%27.64

CMYK Percentages of Color #b47973

%0
%33
%36
%29

Triadic Colors of #b47973

#b47973 #73b479 #7973b4

Analogous Colors of #b47973

#b47973 #b49a73 #b4738e

Monochromatic Colors of #b47973

#b47973

Complementary Color

#b47973 #73aeb4

#b47973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47973 Color CSS Codes

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

#b47973 Text Font Color

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

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


#b47973 Background Color

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

This div background color is #b47973


#b47973 Border Color

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

This div border color is #b47973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47973


Comments

No comments written yet.

Please login to write comment.