#BA7063

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

Shades of Contessa #BA7063

Tints of Contessa #BA7063

Color information

#BA7063 (or 0xBA7063) is unknown color: approx Contessa. HEX triplet: BA, 70 and 63. RGB value is (186,112,99). Sum of RGB (Red+Green+Blue) = 186+112+99=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7063 is #458F9C. Grayscale: #848484. Windows color (decimal): -4558749 or 6516922. OLE color: 6516922.

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

Color convert

RGB18611299-
CMYK00.400.470.27
HSL8.97º38.67%55.88%-
HSV(B)8.97º46.77%72.94%-
XYZ28.322.9314.74-
YUV132.64109.02166.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=46.85%
G=28.21%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861129900.400.470.278.9738.6755.88
HexBA70630282F1B92738
Octal2721601430505733114770
Binary10111010111000011000110101000101111110111001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7063; }

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

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

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

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

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

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

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

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