#B99399

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

Shades of Viola #B99399

Tints of Viola #B99399

Color information

#B99399 (or 0xB99399) is unknown color: approx Viola. HEX triplet: B9, 93 and 99. RGB value is (185,147,153). Sum of RGB (Red+Green+Blue) = 185+147+153=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99399 is #466C66. Grayscale: #9F9F9F. Windows color (decimal): -4615271 or 10064825. OLE color: 10064825.

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

Color convert

RGB185147153-
CMYK00.210.170.27
HSL350.53º21.35%65.1%-
HSV(B)350.53º20.54%72.55%-
XYZ36.1933.4834.69-
YUV159.05124.59146.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=38.14%
G=30.31%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514715300.210.170.27350.5321.3565.1
HexB99399015111B15f1541
Octal271223231025213353725101
Binary1011100110010011100110010101011000111011101011111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99399; }

 p { color: rgb(185,147,153); }

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

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

 a { background-color: rgb(185,147,153); }

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

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

 span { border-color: rgb(185,147,153); }

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