#B19DA7

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

Shades of Shady Lady #B19DA7

Tints of Shady Lady #B19DA7

Color information

#B19DA7 (or 0xB19DA7) is unknown color: approx Shady Lady. HEX triplet: B1, 9D and A7. RGB value is (177,157,167). Sum of RGB (Red+Green+Blue) = 177+157+167=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DA7 is #4E6258. Grayscale: #A4A4A4. Windows color (decimal): -5136985 or 10984881. OLE color: 10984881.

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

Color convert

RGB177157167-
CMYK00.110.060.31
HSL330º11.36%65.49%-
HSV(B)330º11.3%69.41%-
XYZ37.1636.2541.6-
YUV164.12129.63137.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=35.33%
G=31.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715716700.110.060.3133011.3665.49
HexB19DA70B61F14ab41
Octal26123524701363751213101
Binary101100011001110110100111010111101111110100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DA7; }

 p { color: rgb(177,157,167); }

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

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

 a { background-color: rgb(177,157,167); }

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

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

 span { border-color: rgb(177,157,167); }

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