Color Hex Logo

#b79baa Color Hex

#B79BAA
(183,155,170)
0 Favorites   0 Comments

Color spaces of #b79baa

RGB 183155170
HSL0.910.160.66
HSV328°15°72°
CMYK 0.000.150.07   0.28
XYZ38.505536.412243.0290
Yxy36.41220.32650.3087
Hunter Lab60.34258.3042-0.0387
CIE-Lab66.833712.9268-3.9510

#b79baa color RGB value is (183,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011011 10101010
Octal 267 233 252
Decimal 183 155 170
Hex B7 9B AA

RGB Percentages of Color #b79baa

%36.02
%30.51
%33.46

CMYK Percentages of Color #b79baa

%0
%15
%7
%28

Triadic Colors of #b79baa

#b79baa #aab79b #9baab7

Analogous Colors of #b79baa

#b79baa #b79b9c #b69bb7

Monochromatic Colors of #b79baa

#b79baa

Complementary Color

#b79baa #9bb7a8

#b79baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79baa Color CSS Codes

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

#b79baa Text Font Color

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

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


#b79baa Background Color

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

This div background color is #b79baa


#b79baa Border Color

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

This div border color is #b79baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79baa


Comments

No comments written yet.

Please login to write comment.