Color Hex Logo

#b47273 Color Hex

#B47273
(180,114,115)
0 Favorites   0 Comments

Color spaces of #b47273

RGB 180114115
HSL1.000.310.58
HSV359°37°71°
CMYK 0.000.370.36   0.29
XYZ27.934222.975719.1821
Yxy22.97570.39850.3278
Hunter Lab47.933020.14299.8261
CIE-Lab55.047326.193510.3773

#b47273 color RGB value is (180,114,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 01110011
Octal 264 162 163
Decimal 180 114 115
Hex B4 72 73

RGB Percentages of Color #b47273

%44.01
%27.87
%28.12

CMYK Percentages of Color #b47273

%0
%37
%36
%29

Triadic Colors of #b47273

#b47273 #73b472 #7273b4

Analogous Colors of #b47273

#b47273 #b49272 #b47294

Monochromatic Colors of #b47273

#b47273

Complementary Color

#b47273 #72b4b3

#b47273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47273 Color CSS Codes

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

#b47273 Text Font Color

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

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


#b47273 Background Color

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

This div background color is #b47273


#b47273 Border Color

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

This div border color is #b47273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47273


Comments

No comments written yet.

Please login to write comment.