#BA5E8A

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

Shades of Mulberry #BA5E8A

Tints of Mulberry #BA5E8A

Color information

#BA5E8A (or 0xBA5E8A) is unknown color: approx Mulberry. HEX triplet: BA, 5E and 8A. RGB value is (186,94,138). Sum of RGB (Red+Green+Blue) = 186+94+138=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E8A is #45A175. Grayscale: #7E7E7E. Windows color (decimal): -4563318 or 9068218. OLE color: 9068218.

HSL color Cylindrical-coordinate representation of color #BA5E8A: hue angle of 331.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E8A is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18694138-
CMYK00.490.260.27
HSL331.3º40%54.9%-
HSV(B)331.3º49.46%72.94%-
XYZ28.8420.2826.44-
YUV126.52134.48170.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=44.50%
G=22.49%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869413800.490.260.27331.34054.9
HexBA5E8A0311A1B14b2837
Octal27213621206132335135067
Binary1011101010111101000101001100011101011011101001011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E8A; }

 p { color: rgb(186,94,138); }

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

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

 a { background-color: rgb(186,94,138); }

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

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

 span { border-color: rgb(186,94,138); }

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