#B19BA3

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

Shades of Shady Lady #B19BA3

Tints of Shady Lady #B19BA3

Color information

#B19BA3 (or 0xB19BA3) is unknown color: approx Shady Lady. HEX triplet: B1, 9B and A3. RGB value is (177,155,163). Sum of RGB (Red+Green+Blue) = 177+155+163=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BA3 is #4E645C. Grayscale: #A2A2A2. Windows color (decimal): -5137501 or 10722225. OLE color: 10722225.

HSL color Cylindrical-coordinate representation of color #B19BA3: hue angle of 338.18º 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 #B19BA3 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB177155163-
CMYK00.120.080.31
HSL338.18º12.36%65.1%-
HSV(B)338.18º12.43%69.41%-
XYZ36.4635.4339.57-
YUV162.49128.29138.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=35.76%
G=31.31%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715516300.120.080.31338.1812.3665.1
HexB19BA30C81F152c41
Octal261233243014103752214101
Binary1011000110011011101000110110010001111110101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BA3; }

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

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

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

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

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

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

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

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