#B198A0

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

Shades of Viola #B198A0

Tints of Viola #B198A0

Color information

#B198A0 (or 0xB198A0) is unknown color: approx Viola. HEX triplet: B1, 98 and A0. RGB value is (177,152,160). Sum of RGB (Red+Green+Blue) = 177+152+160=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B198A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198A0 is #4E675F. Grayscale: #A0A0A0. Windows color (decimal): -5138272 or 10524849. OLE color: 10524849.

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

Color convert

RGB177152160-
CMYK00.140.100.31
HSL340.8º13.81%64.51%-
HSV(B)340.8º14.12%69.41%-
XYZ35.734.3438-
YUV160.39127.78139.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=36.20%
G=31.08%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715216000.140.100.31340.813.8164.51
HexB198A00EA1F155e41
Octal261230240016123752516101
Binary1011000110011000101000000111010101111110101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198A0; }

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

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

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

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

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

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

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

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