#B29396

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

Shades of Viola #B29396

Tints of Viola #B29396

Color information

#B29396 (or 0xB29396) is unknown color: approx Viola. HEX triplet: B2, 93 and 96. RGB value is (178,147,150). Sum of RGB (Red+Green+Blue) = 178+147+150=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B29396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29396 is #4D6C69. Grayscale: #9C9C9C. Windows color (decimal): -5074026 or 9868210. OLE color: 9868210.

HSL color Cylindrical-coordinate representation of color #B29396: hue angle of 354.19º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B29396 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178147150-
CMYK00.170.160.30
HSL354.19º16.76%63.73%-
HSV(B)354.19º17.42%69.8%-
XYZ34.332.5333.33-
YUV156.61124.27143.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=37.47%
G=30.95%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814715000.170.160.30354.1916.7663.73
HexB29396011101E1621140
Octal262223226021203654221100
Binary1011001010010011100101100100011000011110101100010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29396; }

 p { color: rgb(178,147,150); }

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

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

 a { background-color: rgb(178,147,150); }

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

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

 span { border-color: rgb(178,147,150); }

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