Color Hex Logo

#b16472 Color Hex

#B16472
(177,100,114)
0 Favorites   0 Comments

Color spaces of #b16472

RGB 177100114
HSL0.970.330.54
HSV349°44°69°
CMYK 0.000.440.36   0.31
XYZ25.725919.676418.3616
Yxy19.67640.40350.3086
Hunter Lab44.358125.89616.5081
CIE-Lab51.469432.61415.8304

#b16472 color RGB value is (177,100,114).

#b16472 hex color red value is 177, green value is 100 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b16472 hue: 0.97 , saturation: 0.33 and the lightness value of b16472 is 0.54.

The process color (four color CMYK) of #b16472 color hex is 0.00, 0.44, 0.36, 0.31. Web safe color of #b16472 is #996666. Color #b16472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 01110010
Octal 261 144 162
Decimal 177 100 114
Hex B1 64 72

RGB Percentages of Color #b16472

%45.27
%25.58
%29.16

CMYK Percentages of Color #b16472

%0
%44
%36
%31

Triadic Colors of #b16472

#b16472 #72b164 #6472b1

Analogous Colors of #b16472

#b16472 #b17d64 #b16499

Monochromatic Colors of #b16472

#b16472

Complementary Color

#b16472 #64b1a3

#b16472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16472 Color CSS Codes

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

#b16472 Text Font Color

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

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


#b16472 Background Color

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

This div background color is #b16472


#b16472 Border Color

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

This div border color is #b16472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16472


Comments

No comments written yet.

Please login to write comment.