#B59294

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

Shades of Viola #B59294

Tints of Viola #B59294

Color information

#B59294 (or 0xB59294) is unknown color: approx Viola. HEX triplet: B5, 92 and 94. RGB value is (181,146,148). Sum of RGB (Red+Green+Blue) = 181+146+148=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B59294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59294 is #4A6D6B. Grayscale: #9C9C9C. Windows color (decimal): -4877676 or 9736885. OLE color: 9736885.

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

Color convert

RGB181146148-
CMYK00.190.180.29
HSL356.57º19.13%64.12%-
HSV(B)356.57º19.34%70.98%-
XYZ34.6832.5232.47-
YUV156.69123.1145.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=38.11%
G=30.74%
B=31.16%

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
Decimal18114614800.190.180.29356.5719.1364.12
HexB59294013121D1651340
Octal265222224023223554523100
Binary1011010110010010100101000100111001011101101100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59294; }

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

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

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

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

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

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

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

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