#B199A1

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

Shades of Shady Lady #B199A1

Tints of Shady Lady #B199A1

Color information

#B199A1 (or 0xB199A1) is unknown color: approx Shady Lady. HEX triplet: B1, 99 and A1. RGB value is (177,153,161). Sum of RGB (Red+Green+Blue) = 177+153+161=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B199A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199A1 is #4E665E. Grayscale: #A1A1A1. Windows color (decimal): -5138015 or 10590641. OLE color: 10590641.

HSL color Cylindrical-coordinate representation of color #B199A1: hue angle of 340º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199A1 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB177153161-
CMYK00.140.090.31
HSL340º13.33%64.71%-
HSV(B)340º13.56%69.41%-
XYZ35.9634.738.52-
YUV161.09127.95139.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=36.05%
G=31.16%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715316100.140.090.3134013.3364.71
HexB199A10E91F154d41
Octal261231241016113752415101
Binary1011000110011001101000010111010011111110101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199A1; }

 p { color: rgb(177,153,161); }

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

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

 a { background-color: rgb(177,153,161); }

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

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

 span { border-color: rgb(177,153,161); }

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