#BA6260

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

Shades of Contessa #BA6260

Tints of Contessa #BA6260

Color information

#BA6260 (or 0xBA6260) is unknown color: approx Contessa. HEX triplet: BA, 62 and 60. RGB value is (186,98,96). Sum of RGB (Red+Green+Blue) = 186+98+96=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6260 is #459D9F. Grayscale: #7C7C7C. Windows color (decimal): -4562336 or 6316730. OLE color: 6316730.

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

Color convert

RGB1869896-
CMYK00.470.480.27
HSL1.33º39.47%55.29%-
HSV(B)1.33º48.39%72.94%-
XYZ26.7320.0213.52-
YUV124.08112.15172.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=48.95%
G=25.79%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186989600.470.480.271.3339.4755.29
HexBA626002F301B12737
Octal272142140057603314767
Binary10111010110001011000000101111110000110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6260; }

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

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

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

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

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

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

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

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