Color Hex Logo

#b16752 Color Hex

#B16752
(177,103,82)
0 Favorites   0 Comments

Color spaces of #b16752

RGB 17710382
HSL0.040.380.51
HSV13°54°69°
CMYK 0.000.420.54   0.31
XYZ24.504719.656810.4852
Yxy19.65680.44840.3597
Hunter Lab44.336021.069817.0135
CIE-Lab51.446927.509824.6161

#b16752 color RGB value is (177,103,82).

#b16752 hex color red value is 177, green value is 103 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b16752 hue: 0.04 , saturation: 0.38 and the lightness value of b16752 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100111 01010010
Octal 261 147 122
Decimal 177 103 82
Hex B1 67 52

RGB Percentages of Color #b16752

%48.90
%28.45
%22.65

CMYK Percentages of Color #b16752

%0
%42
%54
%31

Triadic Colors of #b16752

#b16752 #52b167 #6752b1

Analogous Colors of #b16752

#b16752 #b19752 #b1526d

Monochromatic Colors of #b16752

#b16752

Complementary Color

#b16752 #529cb1

#b16752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16752 Color CSS Codes

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

#b16752 Text Font Color

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

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


#b16752 Background Color

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

This div background color is #b16752


#b16752 Border Color

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

This div border color is #b16752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16752


Comments

No comments written yet.

Please login to write comment.