Color Hex Logo

#b37a66 Color Hex

#B37A66
(179,122,102)
0 Favorites   0 Comments

Color spaces of #b37a66

RGB 179122102
HSL0.040.340.55
HSV16°43°70°
CMYK 0.000.320.43   0.30
XYZ27.948224.462115.8190
Yxy24.46210.40960.3585
Hunter Lab49.459214.312515.6581
CIE-Lab56.547519.782519.9415

#b37a66 color RGB value is (179,122,102).

#b37a66 hex color red value is 179, green value is 122 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b37a66 hue: 0.04 , saturation: 0.34 and the lightness value of b37a66 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 01100110
Octal 263 172 146
Decimal 179 122 102
Hex B3 7A 66

RGB Percentages of Color #b37a66

%44.42
%30.27
%25.31

CMYK Percentages of Color #b37a66

%0
%32
%43
%30

Triadic Colors of #b37a66

#b37a66 #66b37a #7a66b3

Analogous Colors of #b37a66

#b37a66 #b3a166 #b36679

Monochromatic Colors of #b37a66

#b37a66

Complementary Color

#b37a66 #669fb3

#b37a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37a66 Color CSS Codes

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

#b37a66 Text Font Color

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

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


#b37a66 Background Color

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

This div background color is #b37a66


#b37a66 Border Color

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

This div border color is #b37a66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,122,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37a66


Comments

No comments written yet.

Please login to write comment.