#B49296

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

Shades of Viola #B49296

Tints of Viola #B49296

Color information

#B49296 (or 0xB49296) is unknown color: approx Viola. HEX triplet: B4, 92 and 96. RGB value is (180,146,150). Sum of RGB (Red+Green+Blue) = 180+146+150=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49296 is #4B6D69. Grayscale: #9C9C9C. Windows color (decimal): -4943210 or 9867956. OLE color: 9867956.

HSL color Cylindrical-coordinate representation of color #B49296: hue angle of 352.94º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49296 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180146150-
CMYK00.190.170.29
HSL352.94º18.48%63.92%-
HSV(B)352.94º18.89%70.59%-
XYZ34.6132.4633.3-
YUV156.62124.26144.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=37.82%
G=30.67%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014615000.190.170.29352.9418.4863.92
HexB49296013111D1611240
Octal264222226023213554122100
Binary1011010010010010100101100100111000111101101100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49296; }

 p { color: rgb(180,146,150); }

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

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

 a { background-color: rgb(180,146,150); }

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

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

 span { border-color: rgb(180,146,150); }

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