#B99499

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

Shades of Viola #B99499

Tints of Viola #B99499

Color information

#B99499 (or 0xB99499) is unknown color: approx Viola. HEX triplet: B9, 94 and 99. RGB value is (185,148,153). Sum of RGB (Red+Green+Blue) = 185+148+153=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B99499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99499 is #466B66. Grayscale: #9F9F9F. Windows color (decimal): -4615015 or 10065081. OLE color: 10065081.

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

Color convert

RGB185148153-
CMYK00.200.170.27
HSL351.89º20.9%65.29%-
HSV(B)351.89º20%72.55%-
XYZ36.3533.7934.74-
YUV159.63124.26146.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=38.07%
G=30.45%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514815300.200.170.27351.8920.965.29
HexB99499014111B1601541
Octal271224231024213354025101
Binary1011100110010100100110010101001000111011101100000101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99499; }

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

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

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

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

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

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

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

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