#BA6098

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

Shades of Mulberry #BA6098

Tints of Mulberry #BA6098

Color information

#BA6098 (or 0xBA6098) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 98. RGB value is (186,96,152). Sum of RGB (Red+Green+Blue) = 186+96+152=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6098 is #459F67. Grayscale: #818181. Windows color (decimal): -4562792 or 9986234. OLE color: 9986234.

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

Color convert

RGB18696152-
CMYK00.480.180.27
HSL322.67º39.47%55.29%-
HSV(B)322.67º48.39%72.94%-
XYZ30.121.0732.19-
YUV129.29140.82168.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=42.86%
G=22.12%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869615200.480.180.27322.6739.4755.29
HexBA6098030121B1432737
Octal27214023006022335034767
Binary1011101011000001001100001100001001011011101000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6098; }

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

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

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

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

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

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

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

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