#BA5A92

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

Shades of Mulberry #BA5A92

Tints of Mulberry #BA5A92

Color information

#BA5A92 (or 0xBA5A92) is unknown color: approx Mulberry. HEX triplet: BA, 5A and 92. RGB value is (186,90,146). Sum of RGB (Red+Green+Blue) = 186+90+146=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A92 is #45A56D. Grayscale: #7C7C7C. Windows color (decimal): -4564334 or 9591482. OLE color: 9591482.

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

Color convert

RGB18690146-
CMYK00.520.220.27
HSL325º41.03%54.12%-
HSV(B)325º51.61%72.94%-
XYZ29.0919.8329.49-
YUV125.09139.8171.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 90 (35.55% from 255) = 21.33%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=44.08%
G=21.33%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869014600.520.220.2732541.0354.12
HexBA5A92034161B1452936
Octal27213222206426335055166
Binary1011101010110101001001001101001011011011101000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A92; }

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

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

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

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

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

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

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

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