Color Hex Logo

#b79aaa Color Hex

#B79AAA
(183,154,170)
0 Favorites   0 Comments

Color spaces of #b79aaa

RGB 183154170
HSL0.910.170.66
HSV327°16°72°
CMYK 0.000.160.07   0.28
XYZ38.339736.080842.9738
Yxy36.08080.32660.3073
Hunter Lab60.06738.8151-0.3706
CIE-Lab66.581613.4815-4.3228

#b79aaa color RGB value is (183,154,170).

#b79aaa hex color red value is 183, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b79aaa hue: 0.91 , saturation: 0.17 and the lightness value of b79aaa is 0.66.

The process color (four color CMYK) of #b79aaa color hex is 0.00, 0.16, 0.07, 0.28. Web safe color of #b79aaa is #cc9999. Color #b79aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011010 10101010
Octal 267 232 252
Decimal 183 154 170
Hex B7 9A AA

RGB Percentages of Color #b79aaa

%36.09
%30.37
%33.53

CMYK Percentages of Color #b79aaa

%0
%16
%7
%28

Triadic Colors of #b79aaa

#b79aaa #aab79a #9aaab7

Analogous Colors of #b79aaa

#b79aaa #b79a9c #b69ab7

Monochromatic Colors of #b79aaa

#b79aaa

Complementary Color

#b79aaa #9ab7a7

#b79aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79aaa Color CSS Codes

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

#b79aaa Text Font Color

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

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


#b79aaa Background Color

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

This div background color is #b79aaa


#b79aaa Border Color

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

This div border color is #b79aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,154,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 #b79aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79aaa


Comments

No comments written yet.

Please login to write comment.