#BA629A

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

Shades of Mulberry #BA629A

Tints of Mulberry #BA629A

Color information

#BA629A (or 0xBA629A) is unknown color: approx Mulberry. HEX triplet: BA, 62 and 9A. RGB value is (186,98,154). Sum of RGB (Red+Green+Blue) = 186+98+154=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA629A is #459D65. Grayscale: #828282. Windows color (decimal): -4562278 or 10117818. OLE color: 10117818.

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

Color convert

RGB18698154-
CMYK00.470.170.27
HSL321.82º38.94%55.69%-
HSV(B)321.82º47.31%72.94%-
XYZ30.4521.5133.12-
YUV130.7141.15167.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=42.47%
G=22.37%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869815400.470.170.27321.8238.9455.69
HexBA629A02F111B1422738
Octal27214223205721335024770
Binary1011101011000101001101001011111000111011101000010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA629A; }

 p { color: rgb(186,98,154); }

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

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

 a { background-color: rgb(186,98,154); }

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

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

 span { border-color: rgb(186,98,154); }

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