#BA5692

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

Shades of Mulberry #BA5692

Tints of Mulberry #BA5692

Color information

#BA5692 (or 0xBA5692) is unknown color: approx Mulberry. HEX triplet: BA, 56 and 92. RGB value is (186,86,146). Sum of RGB (Red+Green+Blue) = 186+86+146=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5692 is #45A96D. Grayscale: #7A7A7A. Windows color (decimal): -4565358 or 9590458. OLE color: 9590458.

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

Color convert

RGB18686146-
CMYK00.540.220.27
HSL324º42.02%53.33%-
HSV(B)324º53.76%72.94%-
XYZ28.7719.1729.38-
YUV122.74141.13173.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=44.50%
G=20.57%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868614600.540.220.2732442.0253.33
HexBA5692036161B1442a35
Octal27212622206626335045265
Binary1011101010101101001001001101101011011011101000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5692; }

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

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

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

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

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

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

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

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