#BA6299

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

Shades of Mulberry #BA6299

Tints of Mulberry #BA6299

Color information

#BA6299 (or 0xBA6299) is unknown color: approx Mulberry. HEX triplet: BA, 62 and 99. RGB value is (186,98,153). Sum of RGB (Red+Green+Blue) = 186+98+153=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6299 is #459D66. Grayscale: #828282. Windows color (decimal): -4562279 or 10052282. OLE color: 10052282.

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

Color convert

RGB18698153-
CMYK00.470.180.27
HSL322.5º38.94%55.69%-
HSV(B)322.5º47.31%72.94%-
XYZ30.3721.4732.68-
YUV130.58140.65167.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=42.56%
G=22.43%
B=35.01%

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
Decimal1869815300.470.180.27322.538.9455.69
HexBA629902F121B1422738
Octal27214223105722335024770
Binary1011101011000101001100101011111001011011101000010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6299; }

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

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

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

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

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

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

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

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