#B49193

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

Shades of Viola #B49193

Tints of Viola #B49193

Color information

#B49193 (or 0xB49193) is unknown color: approx Viola. HEX triplet: B4, 91 and 93. RGB value is (180,145,147). Sum of RGB (Red+Green+Blue) = 180+145+147=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B49193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49193 is #4B6E6C. Grayscale: #9B9B9B. Windows color (decimal): -4943469 or 9671092. OLE color: 9671092.

HSL color Cylindrical-coordinate representation of color #B49193: hue angle of 356.57º degrees, saturation: 0.19, 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 #B49193 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180145147-
CMYK00.190.180.29
HSL356.57º18.92%63.73%-
HSV(B)356.57º19.44%70.59%-
XYZ34.2132.0631.99-
YUV155.69123.1145.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=38.14%
G=30.72%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014514700.190.180.29356.5718.9263.73
HexB49193013121D1651340
Octal264221223023223554523100
Binary1011010010010001100100110100111001011101101100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49193; }

 p { color: rgb(180,145,147); }

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

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

 a { background-color: rgb(180,145,147); }

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

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

 span { border-color: rgb(180,145,147); }

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