#ba599f

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

Shades of Mulberry #BA599F

Tints of Mulberry #BA599F

Color information

#BA599F (or 0xBA599F) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 9F. RGB value is (186,89,159). Sum of RGB (Red+Green+Blue) = 186+89+159=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599F is #45A660. Grayscale: #7D7D7D. Windows color (decimal): -4564577 or 10443194. OLE color: 10443194.

HSL color Cylindrical-coordinate representation of color #BA599F: hue angle of 316.7º 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 #BA599F is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18689159-
CMYK00.520.150.27
HSL316.7º41.28%53.92%-
HSV(B)316.7º52.15%72.94%-
XYZ30.0820.0935.09-
YUV125.98146.64170.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=42.86%
G=20.51%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868915900.520.150.27316.741.2853.92
HexBA599F034F1B13d2936
Octal27213123706417334755166
Binary101110101011001100111110110100111111011100111101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba599f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba599f; }

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

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

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

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

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

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

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

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