Color Hex Logo

#b19caf Color Hex

#B19CAF
(177,156,175)
0 Favorites   0 Comments

Color spaces of #b19caf

RGB 177156175
HSL0.850.120.65
HSV306°12°69°
CMYK 0.000.120.01   0.31
XYZ37.757836.219245.5584
Yxy36.21920.31590.3030
Hunter Lab60.18246.6698-2.7552
CIE-Lab66.687111.1484-7.0250

#b19caf color RGB value is (177,156,175).

#b19caf hex color red value is 177, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b19caf hue: 0.85 , saturation: 0.12 and the lightness value of b19caf is 0.65.

The process color (four color CMYK) of #b19caf color hex is 0.00, 0.12, 0.01, 0.31. Web safe color of #b19caf is #999999. Color #b19caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 10101111
Octal 261 234 257
Decimal 177 156 175
Hex B1 9C AF

RGB Percentages of Color #b19caf

%34.84
%30.71
%34.45

CMYK Percentages of Color #b19caf

%0
%12
%1
%31

Triadic Colors of #b19caf

#b19caf #afb19c #9cafb1

Analogous Colors of #b19caf

#b19caf #b19ca5 #a99cb1

Monochromatic Colors of #b19caf

#b19caf

Complementary Color

#b19caf #9cb19e

#b19caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19caf Color CSS Codes

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

#b19caf Text Font Color

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

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


#b19caf Background Color

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

This div background color is #b19caf


#b19caf Border Color

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

This div border color is #b19caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19caf


Comments

No comments written yet.

Please login to write comment.