#B99296

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

Shades of Viola #B99296

Tints of Viola #B99296

Color information

#B99296 (or 0xB99296) is unknown color: approx Viola. HEX triplet: B9, 92 and 96. RGB value is (185,146,150). Sum of RGB (Red+Green+Blue) = 185+146+150=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99296 is #466D69. Grayscale: #9E9E9E. Windows color (decimal): -4615530 or 9867961. OLE color: 9867961.

HSL color Cylindrical-coordinate representation of color #B99296: hue angle of 353.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99296 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB185146150-
CMYK00.210.190.27
HSL353.85º21.79%64.9%-
HSV(B)353.85º21.08%72.55%-
XYZ35.7933.0733.35-
YUV158.12123.42147.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=38.46%
G=30.35%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514615000.210.190.27353.8521.7964.9
HexB99296015131B1621641
Octal271222226025233354226101
Binary1011100110010010100101100101011001111011101100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99296; }

 p { color: rgb(185,146,150); }

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

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

 a { background-color: rgb(185,146,150); }

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

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

 span { border-color: rgb(185,146,150); }

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