#BA5292

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

Shades of Mulberry #BA5292

Tints of Mulberry #BA5292

Color information

#BA5292 (or 0xBA5292) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 92. RGB value is (186,82,146). Sum of RGB (Red+Green+Blue) = 186+82+146=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5292 is #45AD6D. Grayscale: #787878. Windows color (decimal): -4566382 or 9589434. OLE color: 9589434.

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

Color convert

RGB18682146-
CMYK00.560.220.27
HSL323.08º42.98%52.55%-
HSV(B)323.08º55.91%72.94%-
XYZ28.4618.5529.27-
YUV120.39142.46174.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=44.93%
G=19.81%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868214600.560.220.27323.0842.9852.55
HexBA5292038161B1432b35
Octal27212222207026335035365
Binary1011101010100101001001001110001011011011101000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5292; }

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

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

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

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

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

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

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

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