#B49297

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

Shades of Viola #B49297

Tints of Viola #B49297

Color information

#B49297 (or 0xB49297) is unknown color: approx Viola. HEX triplet: B4, 92 and 97. RGB value is (180,146,151). Sum of RGB (Red+Green+Blue) = 180+146+151=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49297 is #4B6D68. Grayscale: #9C9C9C. Windows color (decimal): -4943209 or 9933492. OLE color: 9933492.

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

Color convert

RGB180146151-
CMYK00.190.160.29
HSL351.18º18.48%63.92%-
HSV(B)351.18º18.89%70.59%-
XYZ34.6932.533.72-
YUV156.74124.76144.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 151 (59.38% from 255) = 31.66%
R=37.74%
G=30.61%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014615100.190.160.29351.1818.4863.92
HexB49297013101D15f1240
Octal264222227023203553722100
Binary1011010010010010100101110100111000011101101011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49297; }

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

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

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

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

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

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

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

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