#BA7967

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

Shades of Contessa #BA7967

Tints of Contessa #BA7967

Color information

#BA7967 (or 0xBA7967) is unknown color: approx Contessa. HEX triplet: BA, 79 and 67. RGB value is (186,121,103). Sum of RGB (Red+Green+Blue) = 186+121+103=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7967 is #458698. Grayscale: #8A8A8A. Windows color (decimal): -4556441 or 6781370. OLE color: 6781370.

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

Color convert

RGB186121103-
CMYK00.350.450.27
HSL13.01º37.56%56.67%-
HSV(B)13.01º44.62%72.94%-
XYZ29.5425.0916.12-
YUV138.38108.03161.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 103 (40.62% from 255) = 25.12%
R=45.37%
G=29.51%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612110300.350.450.2713.0137.5656.67
HexBA79670232D1Bd2639
Octal2721711470435533154671
Binary10111010111100111001110100011101101110111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7967; }

 p { color: rgb(186,121,103); }

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

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

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

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

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

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

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