#B99295

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

Shades of Viola #B99295

Tints of Viola #B99295

Color information

#B99295 (or 0xB99295) is unknown color: approx Viola. HEX triplet: B9, 92 and 95. RGB value is (185,146,149). Sum of RGB (Red+Green+Blue) = 185+146+149=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B99295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99295 is #466D6A. Grayscale: #9E9E9E. Windows color (decimal): -4615531 or 9802425. OLE color: 9802425.

HSL color Cylindrical-coordinate representation of color #B99295: hue angle of 355.38º 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 #B99295 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB185146149-
CMYK00.210.190.27
HSL355.38º21.79%64.9%-
HSV(B)355.38º21.08%72.55%-
XYZ35.7133.0432.93-
YUV158122.92147.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=38.54%
G=30.42%
B=31.04%

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
Decimal18514614900.210.190.27355.3821.7964.9
HexB99295015131B1631641
Octal271222225025233354326101
Binary1011100110010010100101010101011001111011101100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99295; }

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

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

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

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

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

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

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

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