#BA6092

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

Shades of Mulberry #BA6092

Tints of Mulberry #BA6092

Color information

#BA6092 (or 0xBA6092) is unknown color: approx Mulberry. HEX triplet: BA, 60 and 92. RGB value is (186,96,146). Sum of RGB (Red+Green+Blue) = 186+96+146=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6092 is #459F6D. Grayscale: #808080. Windows color (decimal): -4562798 or 9593018. OLE color: 9593018.

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

Color convert

RGB18696146-
CMYK00.480.220.27
HSL326.67º39.47%55.29%-
HSV(B)326.67º48.39%72.94%-
XYZ29.6220.8829.66-
YUV128.61137.82168.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=43.46%
G=22.43%
B=34.11%

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
Decimal1869614600.480.220.27326.6739.4755.29
HexBA6092030161B1472737
Octal27214022206026335074767
Binary1011101011000001001001001100001011011011101000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6092; }

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

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

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

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

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

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

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

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