#BA8A92

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

Shades of Viola #BA8A92

Tints of Viola #BA8A92

Color information

#BA8A92 (or 0xBA8A92) is unknown color: approx Viola. HEX triplet: BA, 8A and 92. RGB value is (186,138,146). Sum of RGB (Red+Green+Blue) = 186+138+146=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A92 is #45756D. Grayscale: #999999. Windows color (decimal): -4552046 or 9603770. OLE color: 9603770.

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

Color convert

RGB186138146-
CMYK00.260.220.27
HSL350º25.81%63.53%-
HSV(B)350º25.81%72.94%-
XYZ34.5330.6931.3-
YUV153.26123.9151.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=39.57%
G=29.36%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613814600.260.220.2735025.8163.53
HexBA8A9201A161B15e1a40
Octal272212222032263353632100
Binary1011101010001010100100100110101011011011101011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A92; }

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

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

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

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

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

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

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

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