#BA608B

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

Shades of Mulberry #BA608B

Tints of Mulberry #BA608B

Color information

#BA608B (or 0xBA608B) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 8B. RGB value is (186,96,139). Sum of RGB (Red+Green+Blue) = 186+96+139=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608B is #459F74. Grayscale: #7F7F7F. Windows color (decimal): -4562805 or 9134266. OLE color: 9134266.

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

Color convert

RGB18696139-
CMYK00.480.250.27
HSL331.33º39.47%55.29%-
HSV(B)331.33º48.39%72.94%-
XYZ29.0920.6726.88-
YUV127.81134.32169.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=44.18%
G=22.80%
B=33.02%

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
Decimal1869613900.480.250.27331.3339.4755.29
HexBA608B030191B14b2737
Octal27214021306031335134767
Binary1011101011000001000101101100001100111011101001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA608B; }

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

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

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

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

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

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

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

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