#B49A9F

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

Shades of Viola #B49A9F

Tints of Viola #B49A9F

Color information

#B49A9F (or 0xB49A9F) is unknown color: approx Viola. HEX triplet: B4, 9A and 9F. RGB value is (180,154,159). Sum of RGB (Red+Green+Blue) = 180+154+159=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A9F is #4B6560. Grayscale: #A2A2A2. Windows color (decimal): -4941153 or 10459828. OLE color: 10459828.

HSL color Cylindrical-coordinate representation of color #B49A9F: hue angle of 348.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49A9F is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180154159-
CMYK00.140.120.29
HSL348.46º14.77%65.49%-
HSV(B)348.46º14.44%70.59%-
XYZ36.6435.3237.69-
YUV162.34126.11140.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=36.51%
G=31.24%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015415900.140.120.29348.4614.7765.49
HexB49A9F0EC1D15cf41
Octal264232237016143553417101
Binary1011010010011010100111110111011001110110101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A9F; }

 p { color: rgb(180,154,159); }

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

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

 a { background-color: rgb(180,154,159); }

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

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

 span { border-color: rgb(180,154,159); }

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