#B58C95

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

Shades of Viola #B58C95

Tints of Viola #B58C95

Color information

#B58C95 (or 0xB58C95) is unknown color: approx Viola. HEX triplet: B5, 8C and 95. RGB value is (181,140,149). Sum of RGB (Red+Green+Blue) = 181+140+149=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58C95 is #4A736A. Grayscale: #999999. Windows color (decimal): -4879211 or 9800885. OLE color: 9800885.

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

Color convert

RGB181140149-
CMYK00.230.180.29
HSL346.83º21.69%62.94%-
HSV(B)346.83º22.65%70.98%-
XYZ33.8630.7532.58-
YUV153.28125.58147.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=38.51%
G=29.79%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114014900.230.180.29346.8321.6962.94
HexB58C95017121D15b163f
Octal26521422502722355332677
Binary101101011000110010010101010111100101110110101101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C95; }

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

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

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

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

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

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

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

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