#BA608E

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

Shades of Mulberry #BA608E

Tints of Mulberry #BA608E

Color information

#BA608E (or 0xBA608E) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 8E. RGB value is (186,96,142). Sum of RGB (Red+Green+Blue) = 186+96+142=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608E is #459F71. Grayscale: #808080. Windows color (decimal): -4562802 or 9330874. OLE color: 9330874.

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

Color convert

RGB18696142-
CMYK00.480.240.27
HSL329.33º39.47%55.29%-
HSV(B)329.33º48.39%72.94%-
XYZ29.3220.7628.05-
YUV128.15135.82169.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=43.87%
G=22.64%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869614200.480.240.27329.3339.4755.29
HexBA608E030181B1492737
Octal27214021606030335114767
Binary1011101011000001000111001100001100011011101001001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA608E; }

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

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

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

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

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

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

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

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