#BA5084

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

Shades of Mulberry #BA5084

Tints of Mulberry #BA5084

Color information

#BA5084 (or 0xBA5084) is unknown color: approx Mulberry. HEX triplet: BA, 50 and 84. RGB value is (186,80,132). Sum of RGB (Red+Green+Blue) = 186+80+132=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5084 is #45AF7B. Grayscale: #757575. Windows color (decimal): -4566908 or 8671418. OLE color: 8671418.

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

Color convert

RGB18680132-
CMYK00.570.290.27
HSL330.57º43.44%52.16%-
HSV(B)330.57º56.99%72.94%-
XYZ27.2817.8423.84-
YUV117.62136.12176.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=46.73%
G=20.10%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868013200.570.290.27330.5743.4452.16
HexBA50840391D1B14b2b34
Octal27212020407135335135364
Binary1011101010100001000010001110011110111011101001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5084; }

 p { color: rgb(186,80,132); }

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

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

 a { background-color: rgb(186,80,132); }

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

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

 span { border-color: rgb(186,80,132); }

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