#BA6363

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

Shades of Contessa #BA6363

Tints of Contessa #BA6363

Color information

#BA6363 (or 0xBA6363) is unknown color: approx Contessa. HEX triplet: BA, 63 and 63. RGB value is (186,99,99). Sum of RGB (Red+Green+Blue) = 186+99+99=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6363 is #459C9C. Grayscale: #7D7D7D. Windows color (decimal): -4562077 or 6513594. OLE color: 6513594.

HSL color Cylindrical-coordinate representation of color #BA6363: hue angle of 0º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6363 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1869999-
CMYK00.470.470.27
HSL38.67%55.88%-
HSV(B)46.77%72.94%-
XYZ26.9620.2614.29-
YUV125.01113.32171.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=48.44%
G=25.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186999900.470.470.27038.6755.88
HexBA636302F2F1B02738
Octal272143143057573304770
Binary10111010110001111000110101111101111110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6363; }

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

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

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

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

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

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

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

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