#B59AA0

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

Shades of Viola #B59AA0

Tints of Viola #B59AA0

Color information

#B59AA0 (or 0xB59AA0) is unknown color: approx Viola. HEX triplet: B5, 9A and A0. RGB value is (181,154,160). Sum of RGB (Red+Green+Blue) = 181+154+160=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AA0 is #4A655F. Grayscale: #A2A2A2. Windows color (decimal): -4875616 or 10525365. OLE color: 10525365.

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

Color convert

RGB181154160-
CMYK00.150.120.29
HSL346.67º15.43%65.69%-
HSV(B)346.67º14.92%70.98%-
XYZ36.9635.4738.16-
YUV162.76126.45141.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=36.57%
G=31.11%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115416000.150.120.29346.6715.4365.69
HexB59AA00FC1D15bf42
Octal265232240017143553317102
Binary1011010110011010101000000111111001110110101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AA0; }

 p { color: rgb(181,154,160); }

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

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

 a { background-color: rgb(181,154,160); }

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

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

 span { border-color: rgb(181,154,160); }

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