#ba608c

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

Shades of Mulberry #BA608C

Tints of Mulberry #BA608C

Color information

#BA608C (or 0xBA608C) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 8C. RGB value is (186,96,140). Sum of RGB (Red+Green+Blue) = 186+96+140=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608C is #459F73. Grayscale: #7F7F7F. Windows color (decimal): -4562804 or 9199802. OLE color: 9199802.

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

Color convert

RGB18696140-
CMYK00.480.250.27
HSL330.67º39.47%55.29%-
HSV(B)330.67º48.39%72.94%-
XYZ29.1720.727.27-
YUV127.93134.82169.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=44.08%
G=22.75%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869614000.480.250.27330.6739.4755.29
HexBA608C030191B14b2737
Octal27214021406031335134767
Binary1011101011000001000110001100001100111011101001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba608c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba608c; }

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

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

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

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

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

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

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

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