Color Hex Logo

#b17766 Color Hex

#B17766
(177,119,102)
0 Favorites   0 Comments

Color spaces of #b17766

RGB 177119102
HSL0.040.320.55
HSV14°42°69°
CMYK 0.000.330.42   0.31
XYZ27.126623.500115.6766
Yxy23.50010.40910.3544
Hunter Lab48.476915.050114.7605
CIE-Lab55.583820.646118.5963

#b17766 color RGB value is (177,119,102).

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

The process color (four color CMYK) of #b17766 color hex is 0.00, 0.33, 0.42, 0.31. Web safe color of #b17766 is #996666. Color #b17766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110111 01100110
Octal 261 167 146
Decimal 177 119 102
Hex B1 77 66

RGB Percentages of Color #b17766

%44.47
%29.90
%25.63

CMYK Percentages of Color #b17766

%0
%33
%42
%31

Triadic Colors of #b17766

#b17766 #66b177 #7766b1

Analogous Colors of #b17766

#b17766 #b19d66 #b1667b

Monochromatic Colors of #b17766

#b17766

Complementary Color

#b17766 #66a0b1

#b17766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17766 Color CSS Codes

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

#b17766 Text Font Color

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

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


#b17766 Background Color

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

This div background color is #b17766


#b17766 Border Color

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

This div border color is #b17766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17766


Comments

No comments written yet.

Please login to write comment.