#BA5696

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

Shades of Mulberry #BA5696

Tints of Mulberry #BA5696

Color information

#BA5696 (or 0xBA5696) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 96. RGB value is (186,86,150). Sum of RGB (Red+Green+Blue) = 186+86+150=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5696 is #45A969. Grayscale: #7B7B7B. Windows color (decimal): -4565354 or 9852602. OLE color: 9852602.

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

Color convert

RGB18686150-
CMYK00.540.190.27
HSL321.6º42.02%53.33%-
HSV(B)321.6º53.76%72.94%-
XYZ29.0819.331.05-
YUV123.2143.13172.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=44.08%
G=20.38%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868615000.540.190.27321.642.0253.33
HexBA5696036131B1422a35
Octal27212622606623335025265
Binary1011101010101101001011001101101001111011101000010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5696; }

 p { color: rgb(186,86,150); }

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

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

 a { background-color: rgb(186,86,150); }

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

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

 span { border-color: rgb(186,86,150); }

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