#BA5282

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

Shades of Mulberry #BA5282

Tints of Mulberry #BA5282

Color information

#BA5282 (or 0xBA5282) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 82. RGB value is (186,82,130). Sum of RGB (Red+Green+Blue) = 186+82+130=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5282 is #45AD7D. Grayscale: #767676. Windows color (decimal): -4566398 or 8540858. OLE color: 8540858.

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

Color convert

RGB18682130-
CMYK00.560.300.27
HSL332.31º42.98%52.55%-
HSV(B)332.31º55.91%72.94%-
XYZ27.318.0923.17-
YUV118.57134.46176.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=46.73%
G=20.60%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868213000.560.300.27332.3142.9852.55
HexBA52820381E1B14c2b35
Octal27212220207036335145365
Binary1011101010100101000001001110001111011011101001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5282; }

 p { color: rgb(186,82,130); }

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

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

 a { background-color: rgb(186,82,130); }

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

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

 span { border-color: rgb(186,82,130); }

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