#B49DA6

Color #B49DA6 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B49DA6

Tints of Shady Lady #B49DA6

Color information

#B49DA6 (or 0xB49DA6) is unknown color: approx Shady Lady. HEX triplet: B4, 9D and A6. RGB value is (180,157,166). Sum of RGB (Red+Green+Blue) = 180+157+166=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DA6 is #4B6259. Grayscale: #A4A4A4. Windows color (decimal): -4940378 or 10919348. OLE color: 10919348.

HSL color Cylindrical-coordinate representation of color #B49DA6: hue angle of 336.52º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B49DA6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB180157166-
CMYK00.130.080.29
HSL336.52º13.29%66.08%-
HSV(B)336.52º12.78%70.59%-
XYZ37.7636.5741.14-
YUV164.9128.62138.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=35.79%
G=31.21%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015716600.130.080.29336.5213.2966.08
HexB49DA60D81D151d42
Octal264235246015103552115102
Binary1011010010011101101001100110110001110110101000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DA6; }

 p { color: rgb(180,157,166); }

 H1.HeaderClassName
 {
   color: #B49DA6;
 }
 .AnyTagClassName
 {
   color: #B49DA6;
 }
</style>
background-color css

<style>
 a { background-color: #B49DA6; }

 a { background-color: rgb(180,157,166); }

 div.DivClassName
 {
   background-color: #B49DA6;
 }
 .BgClassName
 {
   background-color: #B49DA6;
 }
</style>
border-color css

<style>
 span { border-color: #B49DA6; }

 span { border-color: rgb(180,157,166); }

 td.TdClassName
 {
   border-color: #B49DA6;
 }
 .TagClassName
 {
   border-color: #B49DA6;
 }
</style>