#B59295

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

Shades of Viola #B59295

Tints of Viola #B59295

Color information

#B59295 (or 0xB59295) is unknown color: approx Viola. HEX triplet: B5, 92 and 95. RGB value is (181,146,149). Sum of RGB (Red+Green+Blue) = 181+146+149=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B59295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59295 is #4A6D6A. Grayscale: #9C9C9C. Windows color (decimal): -4877675 or 9802421. OLE color: 9802421.

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

Color convert

RGB181146149-
CMYK00.190.180.29
HSL354.86º19.13%64.12%-
HSV(B)354.86º19.34%70.98%-
XYZ34.7632.5532.88-
YUV156.81123.6145.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=38.03%
G=30.67%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114614900.190.180.29354.8619.1364.12
HexB59295013121D1631340
Octal265222225023223554323100
Binary1011010110010010100101010100111001011101101100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59295; }

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

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

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

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

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

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

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

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