#B58F92

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

Shades of Viola #B58F92

Tints of Viola #B58F92

Color information

#B58F92 (or 0xB58F92) is unknown color: approx Viola. HEX triplet: B5, 8F and 92. RGB value is (181,143,146). Sum of RGB (Red+Green+Blue) = 181+143+146=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F92 is #4A706D. Grayscale: #9A9A9A. Windows color (decimal): -4878446 or 9605045. OLE color: 9605045.

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

Color convert

RGB181143146-
CMYK00.210.190.29
HSL355.26º20.43%63.53%-
HSV(B)355.26º20.99%70.98%-
XYZ34.0731.5431.49-
YUV154.7123.09146.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=38.51%
G=30.43%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114314600.210.190.29355.2620.4363.53
HexB58F92015131D1631440
Octal265217222025233554324100
Binary1011010110001111100100100101011001111101101100011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F92; }

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

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

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

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

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

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

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

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