#BA796E

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

Shades of Contessa #BA796E

Tints of Contessa #BA796E

Color information

#BA796E (or 0xBA796E) is unknown color: approx Contessa. HEX triplet: BA, 79 and 6E. RGB value is (186,121,110). Sum of RGB (Red+Green+Blue) = 186+121+110=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA796E is #458691. Grayscale: #8B8B8B. Windows color (decimal): -4556434 or 7240122. OLE color: 7240122.

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

Color convert

RGB186121110-
CMYK00.350.410.27
HSL8.68º35.51%58.04%-
HSV(B)8.68º40.86%72.94%-
XYZ29.925.2418.05-
YUV139.18111.53161.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=44.60%
G=29.02%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612111000.350.410.278.6835.5158.04
HexBA796E023291B9243a
Octal2721711560435133114472
Binary10111010111100111011100100011101001110111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA796E; }

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

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

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

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

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

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

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

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