#B29199

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

Shades of Viola #B29199

Tints of Viola #B29199

Color information

#B29199 (or 0xB29199) is unknown color: approx Viola. HEX triplet: B2, 91 and 99. RGB value is (178,145,153). Sum of RGB (Red+Green+Blue) = 178+145+153=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29199 is #4D6E66. Grayscale: #9B9B9B. Windows color (decimal): -5074535 or 10064306. OLE color: 10064306.

HSL color Cylindrical-coordinate representation of color #B29199: hue angle of 345.45º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29199 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178145153-
CMYK00.190.140.30
HSL345.45º17.65%63.33%-
HSV(B)345.45º18.54%69.8%-
XYZ34.2432.0234.51-
YUV155.78126.43143.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=37.39%
G=30.46%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814515300.190.140.30345.4517.6563.33
HexB29199013E1E159123f
Octal26222123102316365312277
Binary10110010100100011001100101001111101111010101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29199; }

 p { color: rgb(178,145,153); }

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

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

 a { background-color: rgb(178,145,153); }

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

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

 span { border-color: rgb(178,145,153); }

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