#B19BA6

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

Shades of Shady Lady #B19BA6

Tints of Shady Lady #B19BA6

Color information

#B19BA6 (or 0xB19BA6) is unknown color: approx Shady Lady. HEX triplet: B1, 9B and A6. RGB value is (177,155,166). Sum of RGB (Red+Green+Blue) = 177+155+166=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BA6 is #4E6459. Grayscale: #A2A2A2. Windows color (decimal): -5137498 or 10918833. OLE color: 10918833.

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

Color convert

RGB177155166-
CMYK00.120.060.31
HSL330º12.36%65.1%-
HSV(B)330º12.43%69.41%-
XYZ36.7435.5441-
YUV162.83129.79138.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 166 (65.23% from 255) = 33.33%
R=35.54%
G=31.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715516600.120.060.3133012.3665.1
HexB19BA60C61F14ac41
Octal26123324601463751214101
Binary101100011001101110100110011001101111110100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BA6; }

 p { color: rgb(177,155,166); }

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

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

 a { background-color: rgb(177,155,166); }

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

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

 span { border-color: rgb(177,155,166); }

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