#BA6091

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

Shades of Mulberry #BA6091

Tints of Mulberry #BA6091

Color information

#BA6091 (or 0xBA6091) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 91. RGB value is (186,96,145). Sum of RGB (Red+Green+Blue) = 186+96+145=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6091 is #459F6E. Grayscale: #808080. Windows color (decimal): -4562799 or 9527482. OLE color: 9527482.

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

Color convert

RGB18696145-
CMYK00.480.220.27
HSL327.33º39.47%55.29%-
HSV(B)327.33º48.39%72.94%-
XYZ29.5420.8529.26-
YUV128.5137.32169.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=43.56%
G=22.48%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869614500.480.220.27327.3339.4755.29
HexBA6091030161B1472737
Octal27214022106026335074767
Binary1011101011000001001000101100001011011011101000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6091; }

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

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

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

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

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

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

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

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