#BA609B

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

Shades of Mulberry #BA609B

Tints of Mulberry #BA609B

Color information

#BA609B (or 0xBA609B) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 9B. RGB value is (186,96,155). Sum of RGB (Red+Green+Blue) = 186+96+155=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA609B is #459F64. Grayscale: #818181. Windows color (decimal): -4562789 or 10182842. OLE color: 10182842.

HSL color Cylindrical-coordinate representation of color #BA609B: hue angle of 320.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 #BA609B is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18696155-
CMYK00.480.170.27
HSL320.67º39.47%55.29%-
HSV(B)320.67º48.39%72.94%-
XYZ30.3521.1733.5-
YUV129.64142.32168.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=42.56%
G=21.97%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869615500.480.170.27320.6739.4755.29
HexBA609B030111B1412737
Octal27214023306021335014767
Binary1011101011000001001101101100001000111011101000001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA609B; }

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

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

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

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

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

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

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

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