#BA8195

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

Shades of Viola #BA8195

Tints of Viola #BA8195

Color information

#BA8195 (or 0xBA8195) is unknown color: approx Viola. HEX triplet: BA, 81 and 95. RGB value is (186,129,149). Sum of RGB (Red+Green+Blue) = 186+129+149=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8195 is #457E6A. Grayscale: #949494. Windows color (decimal): -4554347 or 9798074. OLE color: 9798074.

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

Color convert

RGB186129149-
CMYK00.310.200.27
HSL338.95º29.23%61.76%-
HSV(B)338.95º30.65%72.94%-
XYZ33.5228.3132.13-
YUV148.32128.38154.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=40.09%
G=27.80%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612914900.310.200.27338.9529.2361.76
HexBA819501F141B1531d3e
Octal27220122503724335233576
Binary101110101000000110010101011111101001101110101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8195; }

 p { color: rgb(186,129,149); }

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

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

 a { background-color: rgb(186,129,149); }

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

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

 span { border-color: rgb(186,129,149); }

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