#B198A1

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

Shades of Shady Lady #B198A1

Tints of Shady Lady #B198A1

Color information

#B198A1 (or 0xB198A1) is unknown color: approx Shady Lady. HEX triplet: B1, 98 and A1. RGB value is (177,152,161). Sum of RGB (Red+Green+Blue) = 177+152+161=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A1 is #4E675E. Grayscale: #A0A0A0. Windows color (decimal): -5138271 or 10590385. OLE color: 10590385.

HSL color Cylindrical-coordinate representation of color #B198A1: hue angle of 338.4º degrees, saturation: 0.14, 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 #B198A1 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB177152161-
CMYK00.140.090.31
HSL338.4º13.81%64.51%-
HSV(B)338.4º14.12%69.41%-
XYZ35.7934.3838.47-
YUV160.5128.28139.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 161 (63.28% from 255) = 32.86%
R=36.12%
G=31.02%
B=32.86%

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
Decimal17715216100.140.090.31338.413.8164.51
HexB198A10E91F152e41
Octal261230241016113752216101
Binary1011000110011000101000010111010011111110101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198A1; }

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

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

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

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

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

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

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

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