#B9898C

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

Shades of Viola #B9898C

Tints of Viola #B9898C

Color information

#B9898C (or 0xB9898C) is unknown color: approx Viola. HEX triplet: B9, 89 and 8C. RGB value is (185,137,140). Sum of RGB (Red+Green+Blue) = 185+137+140=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9898C is #467673. Grayscale: #979797. Windows color (decimal): -4617844 or 9210297. OLE color: 9210297.

HSL color Cylindrical-coordinate representation of color #B9898C: hue angle of 356.25º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9898C is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185137140-
CMYK00.260.240.27
HSL356.25º25.53%63.14%-
HSV(B)356.25º25.95%72.55%-
XYZ33.6930.128.85-
YUV151.69121.4151.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=40.04%
G=29.65%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513714000.260.240.27356.2525.5363.14
HexB9898C01A181B1641a3f
Octal27121121403230335443277
Binary101110011000100110001100011010110001101110110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9898C; }

 p { color: rgb(185,137,140); }

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

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

 a { background-color: rgb(185,137,140); }

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

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

 span { border-color: rgb(185,137,140); }

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