#BA7A63

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

Shades of Contessa #BA7A63

Tints of Contessa #BA7A63

Color information

#BA7A63 (or 0xBA7A63) is unknown color: approx Contessa. HEX triplet: BA, 7A and 63. RGB value is (186,122,99). Sum of RGB (Red+Green+Blue) = 186+122+99=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A63 is #45859C. Grayscale: #8A8A8A. Windows color (decimal): -4556189 or 6519482. OLE color: 6519482.

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

Color convert

RGB18612299-
CMYK00.340.470.27
HSL15.86º38.67%55.88%-
HSV(B)15.86º46.77%72.94%-
XYZ29.4625.2615.13-
YUV138.51105.7161.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=45.70%
G=29.98%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861229900.340.470.2715.8638.6755.88
HexBA7A630222F1B102738
Octal2721721430425733204770
Binary101110101111010110001101000101011111101110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A63; }

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

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

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

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

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

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

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

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