#B49295

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

Shades of Viola #B49295

Tints of Viola #B49295

Color information

#B49295 (or 0xB49295) is unknown color: approx Viola. HEX triplet: B4, 92 and 95. RGB value is (180,146,149). Sum of RGB (Red+Green+Blue) = 180+146+149=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B49295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49295 is #4B6D6A. Grayscale: #9C9C9C. Windows color (decimal): -4943211 or 9802420. OLE color: 9802420.

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

Color convert

RGB180146149-
CMYK00.190.170.29
HSL354.71º18.48%63.92%-
HSV(B)354.71º18.89%70.59%-
XYZ34.5332.4332.87-
YUV156.51123.76144.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=37.89%
G=30.74%
B=31.37%

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
Decimal18014614900.190.170.29354.7118.4863.92
HexB49295013111D1631240
Octal264222225023213554322100
Binary1011010010010010100101010100111000111101101100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49295; }

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

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

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

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

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

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

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

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