Color Hex Logo

#b996aa Color Hex

#B996AA
(185,150,170)
0 Favorites   0 Comments

Color spaces of #b996aa

RGB 185150170
HSL0.900.200.66
HSV326°19°73°
CMYK 0.000.190.08   0.27
XYZ38.169635.029342.7798
Yxy35.02930.32910.3020
Hunter Lab59.185611.5424-1.4254
CIE-Lab65.771516.4264-5.4985

#b996aa color RGB value is (185,150,170).

#b996aa hex color red value is 185, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b996aa hue: 0.90 , saturation: 0.20 and the lightness value of b996aa is 0.66.

The process color (four color CMYK) of #b996aa color hex is 0.00, 0.19, 0.08, 0.27. Web safe color of #b996aa is #cc9999. Color #b996aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 10101010
Octal 271 226 252
Decimal 185 150 170
Hex B9 96 AA

RGB Percentages of Color #b996aa

%36.63
%29.70
%33.66

CMYK Percentages of Color #b996aa

%0
%19
%8
%27

Triadic Colors of #b996aa

#b996aa #aab996 #96aab9

Analogous Colors of #b996aa

#b996aa #b99699 #b796b9

Monochromatic Colors of #b996aa

#b996aa

Complementary Color

#b996aa #96b9a5

#b996aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b996aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b996aa Color CSS Codes

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

#b996aa Text Font Color

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

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


#b996aa Background Color

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

This div background color is #b996aa


#b996aa Border Color

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

This div border color is #b996aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,150,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b996aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b996aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b996aa;
  box-shadow:         1px 1px 3px 2px #b996aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,150,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b996aa


Comments

No comments written yet.

Please login to write comment.