Color Hex Logo

#b37273 Color Hex

#B37273
(179,114,115)
0 Favorites   0 Comments

Color spaces of #b37273

RGB 179114115
HSL1.000.300.57
HSV359°36°70°
CMYK 0.000.360.36   0.30
XYZ27.702222.856119.1713
Yxy22.85610.39730.3278
Hunter Lab47.808119.76719.6900
CIE-Lab54.923825.802910.1855

#b37273 color RGB value is (179,114,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 01110011
Octal 263 162 163
Decimal 179 114 115
Hex B3 72 73

RGB Percentages of Color #b37273

%43.87
%27.94
%28.19

CMYK Percentages of Color #b37273

%0
%36
%36
%30

Triadic Colors of #b37273

#b37273 #73b372 #7273b3

Analogous Colors of #b37273

#b37273 #b39272 #b37294

Monochromatic Colors of #b37273

#b37273

Complementary Color

#b37273 #72b3b2

#b37273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37273 Color CSS Codes

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

#b37273 Text Font Color

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

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


#b37273 Background Color

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

This div background color is #b37273


#b37273 Border Color

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

This div border color is #b37273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37273


Comments

No comments written yet.

Please login to write comment.