Color Hex Logo

#b16665 Color Hex

#B16665
(177,102,101)
0 Favorites   0 Comments

Color spaces of #b16665

RGB 177102101
HSL0.000.330.55
HSV43°69°
CMYK 0.000.420.43   0.31
XYZ25.231819.789414.8018
Yxy19.78940.42180.3308
Hunter Lab44.485323.395011.4118
CIE-Lab51.598329.974513.7120

#b16665 color RGB value is (177,102,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100110 01100101
Octal 261 146 145
Decimal 177 102 101
Hex B1 66 65

RGB Percentages of Color #b16665

%46.58
%26.84
%26.58

CMYK Percentages of Color #b16665

%0
%42
%43
%31

Triadic Colors of #b16665

#b16665 #65b166 #6665b1

Analogous Colors of #b16665

#b16665 #b18c65 #b1658a

Monochromatic Colors of #b16665

#b16665

Complementary Color

#b16665 #65b0b1

#b16665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16665 Color CSS Codes

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

#b16665 Text Font Color

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

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


#b16665 Background Color

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

This div background color is #b16665


#b16665 Border Color

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

This div border color is #b16665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16665


Comments

No comments written yet.

Please login to write comment.