#B29196

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

Shades of Viola #B29196

Tints of Viola #B29196

Color information

#B29196 (or 0xB29196) is unknown color: approx Viola. HEX triplet: B2, 91 and 96. RGB value is (178,145,150). Sum of RGB (Red+Green+Blue) = 178+145+150=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B29196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29196 is #4D6E69. Grayscale: #9B9B9B. Windows color (decimal): -5074538 or 9867698. OLE color: 9867698.

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

Color convert

RGB178145150-
CMYK00.190.160.30
HSL350.91º17.65%63.33%-
HSV(B)350.91º18.54%69.8%-
XYZ33.9931.9233.22-
YUV155.44124.93144.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=37.63%
G=30.66%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814515000.190.160.30350.9117.6563.33
HexB29196013101E15f123f
Octal26222122602320365372277
Binary101100101001000110010110010011100001111010101111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29196; }

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

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

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

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

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

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

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

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