#B59299

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

Shades of Viola #B59299

Tints of Viola #B59299

Color information

#B59299 (or 0xB59299) is unknown color: approx Viola. HEX triplet: B5, 92 and 99. RGB value is (181,146,153). Sum of RGB (Red+Green+Blue) = 181+146+153=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B59299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59299 is #4A6D66. Grayscale: #9D9D9D. Windows color (decimal): -4877671 or 10064565. OLE color: 10064565.

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

Color convert

RGB181146153-
CMYK00.190.150.29
HSL348º19.13%64.12%-
HSV(B)348º19.34%70.98%-
XYZ35.0832.6834.6-
YUV157.26125.6144.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=37.71%
G=30.42%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114615300.190.150.2934819.1364.12
HexB59299013F1D15c1340
Octal265222231023173553423100
Binary101101011001001010011001010011111111101101011100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59299; }

 p { color: rgb(181,146,153); }

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

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

 a { background-color: rgb(181,146,153); }

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

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

 span { border-color: rgb(181,146,153); }

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