#BA599A

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

Shades of Mulberry #BA599A

Tints of Mulberry #BA599A

Color information

#BA599A (or 0xBA599A) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 9A. RGB value is (186,89,154). Sum of RGB (Red+Green+Blue) = 186+89+154=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599A is #45A665. Grayscale: #7D7D7D. Windows color (decimal): -4564582 or 10115514. OLE color: 10115514.

HSL color Cylindrical-coordinate representation of color #BA599A: hue angle of 319.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA599A is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18689154-
CMYK00.520.170.27
HSL319.79º41.28%53.92%-
HSV(B)319.79º52.15%72.94%-
XYZ29.6519.9232.85-
YUV125.41144.14171.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=43.36%
G=20.75%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868915400.520.170.27319.7941.2853.92
HexBA599A034111B1402936
Octal27213123206421335005166
Binary1011101010110011001101001101001000111011101000000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA599A; }

 p { color: rgb(186,89,154); }

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

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

 a { background-color: rgb(186,89,154); }

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

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

 span { border-color: rgb(186,89,154); }

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