#BA6090

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

Shades of Mulberry #BA6090

Tints of Mulberry #BA6090

Color information

#BA6090 (or 0xBA6090) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 90. RGB value is (186,96,144). Sum of RGB (Red+Green+Blue) = 186+96+144=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6090 is #459F6F. Grayscale: #808080. Windows color (decimal): -4562800 or 9461946. OLE color: 9461946.

HSL color Cylindrical-coordinate representation of color #BA6090: hue angle of 328º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6090 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18696144-
CMYK00.480.230.27
HSL328º39.47%55.29%-
HSV(B)328º48.39%72.94%-
XYZ29.4720.8228.85-
YUV128.38136.82169.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=43.66%
G=22.54%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869614400.480.230.2732839.4755.29
HexBA6090030171B1482737
Octal27214022006027335104767
Binary1011101011000001001000001100001011111011101001000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6090; }

 p { color: rgb(186,96,144); }

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

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

 a { background-color: rgb(186,96,144); }

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

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

 span { border-color: rgb(186,96,144); }

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