#BA599E

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

Shades of Mulberry #BA599E

Tints of Mulberry #BA599E

Color information

#BA599E (or 0xBA599E) is unknown color: approx Mulberry. HEX triplet: BA, 59 and 9E. RGB value is (186,89,158). Sum of RGB (Red+Green+Blue) = 186+89+158=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599E is #45A661. Grayscale: #7D7D7D. Windows color (decimal): -4564578 or 10377658. OLE color: 10377658.

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

Color convert

RGB18689158-
CMYK00.520.150.27
HSL317.32º41.28%53.92%-
HSV(B)317.32º52.15%72.94%-
XYZ29.9920.0534.64-
YUV125.87146.14170.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=42.96%
G=20.55%
B=36.49%

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
Decimal1868915800.520.150.27317.3241.2853.92
HexBA599E034F1B13d2936
Octal27213123606417334755166
Binary101110101011001100111100110100111111011100111101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA599E; }

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

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

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

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

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

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

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

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