#b58e95

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

Shades of Viola #B58E95

Tints of Viola #B58E95

Color information

#B58E95 (or 0xB58E95) is unknown color: approx Viola. HEX triplet: B5, 8E and 95. RGB value is (181,142,149). Sum of RGB (Red+Green+Blue) = 181+142+149=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E95 is #4A716A. Grayscale: #9A9A9A. Windows color (decimal): -4878699 or 9801397. OLE color: 9801397.

HSL color Cylindrical-coordinate representation of color #B58E95: hue angle of 349.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58E95 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181142149-
CMYK00.220.180.29
HSL349.23º20.86%63.33%-
HSV(B)349.23º21.55%70.98%-
XYZ34.1531.3432.68-
YUV154.46124.92146.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=38.35%
G=30.08%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114214900.220.180.29349.2320.8663.33
HexB58E95016121D15d153f
Octal26521622502622355352577
Binary101101011000111010010101010110100101110110101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58e95; }

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

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

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

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

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

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

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

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