#BA6061

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

Shades of Mandy #BA6061

Tints of Mandy #BA6061

Color information

#BA6061 (or 0xBA6061) is unknown color: approx Mandy. HEX triplet: BA, 60 and 61. RGB value is (186,96,97). Sum of RGB (Red+Green+Blue) = 186+96+97=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6061 is #459F9E. Grayscale: #7B7B7B. Windows color (decimal): -4562847 or 6381754. OLE color: 6381754.

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

Color convert

RGB1869697-
CMYK00.480.480.27
HSL359.33º39.47%55.29%-
HSV(B)359.33º48.39%72.94%-
XYZ26.5919.6713.7-
YUV123.02113.32172.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=49.08%
G=25.33%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186969700.480.480.27359.3339.4755.29
HexBA6061030301B1672737
Octal27214014106060335474767
Binary1011101011000001100001011000011000011011101100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6061; }

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

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

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

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

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

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

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

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