#BA8994

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

Shades of Viola #BA8994

Tints of Viola #BA8994

Color information

#BA8994 (or 0xBA8994) is unknown color: approx Viola. HEX triplet: BA, 89 and 94. RGB value is (186,137,148). Sum of RGB (Red+Green+Blue) = 186+137+148=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8994 is #45766B. Grayscale: #989898. Windows color (decimal): -4552300 or 9734586. OLE color: 9734586.

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

Color convert

RGB186137148-
CMYK00.260.200.27
HSL346.53º26.2%63.33%-
HSV(B)346.53º26.34%72.94%-
XYZ34.5430.4732.08-
YUV152.9125.23151.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=39.49%
G=29.09%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613714800.260.200.27346.5326.263.33
HexBA899401A141B15b1a3f
Octal27221122403224335333277
Binary101110101000100110010100011010101001101110101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8994; }

 p { color: rgb(186,137,148); }

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

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

 a { background-color: rgb(186,137,148); }

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

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

 span { border-color: rgb(186,137,148); }

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