#B58D8E

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

Shades of Viola #B58D8E

Tints of Viola #B58D8E

Color information

#B58D8E (or 0xB58D8E) is unknown color: approx Viola. HEX triplet: B5, 8D and 8E. RGB value is (181,141,142). Sum of RGB (Red+Green+Blue) = 181+141+142=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D8E is #4A7271. Grayscale: #999999. Windows color (decimal): -4878962 or 9342389. OLE color: 9342389.

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

Color convert

RGB181141142-
CMYK00.220.220.29
HSL358.5º21.28%63.14%-
HSV(B)358.5º22.1%70.98%-
XYZ33.4630.8329.78-
YUV153.07121.75147.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=39.01%
G=30.39%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114114200.220.220.29358.521.2863.14
HexB58D8E016161D166153f
Octal26521521602626355462577
Binary101101011000110110001110010110101101110110110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D8E; }

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

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

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

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

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

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

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

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