#B49097

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

Shades of Viola #B49097

Tints of Viola #B49097

Color information

#B49097 (or 0xB49097) is unknown color: approx Viola. HEX triplet: B4, 90 and 97. RGB value is (180,144,151). Sum of RGB (Red+Green+Blue) = 180+144+151=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B49097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49097 is #4B6F68. Grayscale: #9B9B9B. Windows color (decimal): -4943721 or 9932980. OLE color: 9932980.

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

Color convert

RGB180144151-
CMYK00.20.160.29
HSL348.33º19.35%63.53%-
HSV(B)348.33º20%70.59%-
XYZ34.3831.8833.62-
YUV155.56125.43145.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=37.89%
G=30.32%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014415100.20.160.29348.3319.3563.53
HexB49097014101D15c1340
Octal264220227024203553423100
Binary1011010010010000100101110101001000011101101011100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49097; }

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

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

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

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

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

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

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

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