#BA5285

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

Shades of Mulberry #BA5285

Tints of Mulberry #BA5285

Color information

#BA5285 (or 0xBA5285) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 85. RGB value is (186,82,133). Sum of RGB (Red+Green+Blue) = 186+82+133=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5285 is #45AD7A. Grayscale: #767676. Windows color (decimal): -4566395 or 8737466. OLE color: 8737466.

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

Color convert

RGB18682133-
CMYK00.560.280.27
HSL330.58º42.98%52.55%-
HSV(B)330.58º55.91%72.94%-
XYZ27.518.1724.25-
YUV118.91135.96175.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=46.38%
G=20.45%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868213300.560.280.27330.5842.9852.55
HexBA52850381C1B14b2b35
Octal27212220507034335135365
Binary1011101010100101000010101110001110011011101001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5285; }

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

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

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

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

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

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

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

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