#B58295

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

Shades of Viola #B58295

Tints of Viola #B58295

Color information

#B58295 (or 0xB58295) is unknown color: approx Viola. HEX triplet: B5, 82 and 95. RGB value is (181,130,149). Sum of RGB (Red+Green+Blue) = 181+130+149=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B58295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58295 is #4A7D6A. Grayscale: #939393. Windows color (decimal): -4881771 or 9798325. OLE color: 9798325.

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

Color convert

RGB181130149-
CMYK00.280.180.29
HSL337.65º25.63%60.98%-
HSV(B)337.65º28.18%70.98%-
XYZ32.4627.9632.12-
YUV147.42128.9151.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=39.35%
G=28.26%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113014900.280.180.29337.6525.6360.98
HexB5829501C121D1521a3d
Octal26520222503422355223275
Binary101101011000001010010101011100100101110110101001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58295; }

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

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

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

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

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

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

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

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