#BA6298

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

Shades of Mulberry #BA6298

Tints of Mulberry #BA6298

Color information

#BA6298 (or 0xBA6298) is unknown color: approx Mulberry. HEX triplet: BA, 62 and 98. RGB value is (186,98,152). Sum of RGB (Red+Green+Blue) = 186+98+152=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6298 is #459D67. Grayscale: #828282. Windows color (decimal): -4562280 or 9986746. OLE color: 9986746.

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

Color convert

RGB18698152-
CMYK00.470.180.27
HSL323.18º38.94%55.69%-
HSV(B)323.18º47.31%72.94%-
XYZ30.2821.4432.25-
YUV130.47140.15167.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=42.66%
G=22.48%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869815200.470.180.27323.1838.9455.69
HexBA629802F121B1432738
Octal27214223005722335034770
Binary1011101011000101001100001011111001011011101000011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6298; }

 p { color: rgb(186,98,152); }

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

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

 a { background-color: rgb(186,98,152); }

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

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

 span { border-color: rgb(186,98,152); }

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