#B58697

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

Shades of Viola #B58697

Tints of Viola #B58697

Color information

#B58697 (or 0xB58697) is unknown color: approx Viola. HEX triplet: B5, 86 and 97. RGB value is (181,134,151). Sum of RGB (Red+Green+Blue) = 181+134+151=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B58697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58697 is #4A7968. Grayscale: #959595. Windows color (decimal): -4880745 or 9930421. OLE color: 9930421.

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

Color convert

RGB181134151-
CMYK00.260.170.29
HSL338.3º24.1%61.76%-
HSV(B)338.3º25.97%70.98%-
XYZ33.1729.1133.15-
YUV149.99128.57150.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=38.84%
G=28.76%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113415100.260.170.29338.324.161.76
HexB5869701A111D152183e
Octal26520622703221355223076
Binary101101011000011010010111011010100011110110101001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58697; }

 p { color: rgb(181,134,151); }

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

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

 a { background-color: rgb(181,134,151); }

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

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

 span { border-color: rgb(181,134,151); }

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