Color Hex Logo

#b37660 Color Hex

#B37660
(179,118,96)
0 Favorites   0 Comments

Color spaces of #b37660

RGB 17911896
HSL0.040.350.54
HSV16°46°70°
CMYK 0.000.340.46   0.30
XYZ27.180223.385114.1476
Yxy23.38510.42000.3614
Hunter Lab48.358115.701016.5049
CIE-Lab55.466821.366921.9199

#b37660 color RGB value is (179,118,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110110 01100000
Octal 263 166 140
Decimal 179 118 96
Hex B3 76 60

RGB Percentages of Color #b37660

%45.55
%30.03
%24.43

CMYK Percentages of Color #b37660

%0
%34
%46
%30

Triadic Colors of #b37660

#b37660 #60b376 #7660b3

Analogous Colors of #b37660

#b37660 #b3a060 #b36074

Monochromatic Colors of #b37660

#b37660

Complementary Color

#b37660 #609db3

#b37660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37660 Color CSS Codes

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

#b37660 Text Font Color

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

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


#b37660 Background Color

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

This div background color is #b37660


#b37660 Border Color

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

This div border color is #b37660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37660


Comments

No comments written yet.

Please login to write comment.