Color Hex Logo

#b69caa Color Hex

#B69CAA
(182,156,170)
3 Favorites   0 Comments

Color spaces of #b69caa

RGB 182156170
HSL0.910.150.66
HSV328°14°71°
CMYK 0.000.140.07   0.29
XYZ38.435636.624343.0736
Yxy36.62430.32540.3100
Hunter Lab60.51807.46060.1630
CIE-Lab66.994212.0109-3.7249

#b69caa color RGB value is (182,156,170).

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

The process color (four color CMYK) of #b69caa color hex is 0.00, 0.14, 0.07, 0.29. Web safe color of #b69caa is #cc9999. Color #b69caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 10101010
Octal 266 234 252
Decimal 182 156 170
Hex B6 9C AA

RGB Percentages of Color #b69caa

%35.83
%30.71
%33.46

CMYK Percentages of Color #b69caa

%0
%14
%7
%29

Triadic Colors of #b69caa

#b69caa #aab69c #9caab6

Analogous Colors of #b69caa

#b69caa #b69c9d #b59cb6

Monochromatic Colors of #b69caa

#b69caa

Complementary Color

#b69caa #9cb6a8

#b69caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69caa Color CSS Codes

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

#b69caa Text Font Color

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

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


#b69caa Background Color

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

This div background color is #b69caa


#b69caa Border Color

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

This div border color is #b69caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69caa


Comments

No comments written yet.

Please login to write comment.