#B58991

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

Shades of Viola #B58991

Tints of Viola #B58991

Color information

#B58991 (or 0xB58991) is unknown color: approx Viola. HEX triplet: B5, 89 and 91. RGB value is (181,137,145). Sum of RGB (Red+Green+Blue) = 181+137+145=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B58991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58991 is #4A766E. Grayscale: #979797. Windows color (decimal): -4879983 or 9537973. OLE color: 9537973.

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

Color convert

RGB181137145-
CMYK00.240.200.29
HSL349.09º22.92%62.35%-
HSV(B)349.09º24.31%70.98%-
XYZ33.1129.7630.79-
YUV151.07124.58149.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=39.09%
G=29.59%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113714500.240.200.29349.0922.9262.35
HexB58991018141D15d173e
Octal26521122103024355352776
Binary101101011000100110010001011000101001110110101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58991; }

 p { color: rgb(181,137,145); }

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

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

 a { background-color: rgb(181,137,145); }

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

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

 span { border-color: rgb(181,137,145); }

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