#BA8292

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

Shades of Viola #BA8292

Tints of Viola #BA8292

Color information

#BA8292 (or 0xBA8292) is unknown color: approx Viola. HEX triplet: BA, 82 and 92. RGB value is (186,130,146). Sum of RGB (Red+Green+Blue) = 186+130+146=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8292 is #457D6D. Grayscale: #949494. Windows color (decimal): -4554094 or 9601722. OLE color: 9601722.

HSL color Cylindrical-coordinate representation of color #BA8292: hue angle of 342.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8292 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB186130146-
CMYK00.300.220.27
HSL342.86º28.87%61.96%-
HSV(B)342.86º30.11%72.94%-
XYZ33.4228.4830.93-
YUV148.57126.55154.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 130 (51.17% from 255) = 28.14%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=40.26%
G=28.14%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613014600.300.220.27342.8628.8761.96
HexBA829201E161B1571d3e
Octal27220222203626335273576
Binary101110101000001010010010011110101101101110101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8292; }

 p { color: rgb(186,130,146); }

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

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

 a { background-color: rgb(186,130,146); }

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

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

 span { border-color: rgb(186,130,146); }

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