#B49195

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

Shades of Viola #B49195

Tints of Viola #B49195

Color information

#B49195 (or 0xB49195) is unknown color: approx Viola. HEX triplet: B4, 91 and 95. RGB value is (180,145,149). Sum of RGB (Red+Green+Blue) = 180+145+149=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B49195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49195 is #4B6E6A. Grayscale: #9B9B9B. Windows color (decimal): -4943467 or 9802164. OLE color: 9802164.

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

Color convert

RGB180145149-
CMYK00.190.170.29
HSL353.14º18.92%63.73%-
HSV(B)353.14º19.44%70.59%-
XYZ34.3732.1232.82-
YUV155.92124.1145.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=37.97%
G=30.59%
B=31.43%

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
Decimal18014514900.190.170.29353.1418.9263.73
HexB49195013111D1611340
Octal264221225023213554123100
Binary1011010010010001100101010100111000111101101100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49195; }

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

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

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

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

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

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

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

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