#BA6161

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

Shades of Contessa #BA6161

Tints of Contessa #BA6161

Color information

#BA6161 (or 0xBA6161) is unknown color: approx Contessa. HEX triplet: BA, 61 and 61. RGB value is (186,97,97). Sum of RGB (Red+Green+Blue) = 186+97+97=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6161 is #459E9E. Grayscale: #7B7B7B. Windows color (decimal): -4562591 or 6382010. OLE color: 6382010.

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

Color convert

RGB1869797-
CMYK00.480.480.27
HSL39.21%55.49%-
HSV(B)47.85%72.94%-
XYZ26.6819.8513.73-
YUV123.61112.99172.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=48.95%
G=25.53%
B=25.53%

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
Decimal186979700.480.480.27039.2155.49
HexBA6161030301B02737
Octal272141141060603304767
Binary10111010110000111000010110000110000110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6161; }

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

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

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

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

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

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

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

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