#BA796D

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

Shades of Contessa #BA796D

Tints of Contessa #BA796D

Color information

#BA796D (or 0xBA796D) is unknown color: approx Contessa. HEX triplet: BA, 79 and 6D. RGB value is (186,121,109). Sum of RGB (Red+Green+Blue) = 186+121+109=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA796D is #458692. Grayscale: #8B8B8B. Windows color (decimal): -4556435 or 7174586. OLE color: 7174586.

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

Color convert

RGB186121109-
CMYK00.350.410.27
HSL9.35º35.81%57.84%-
HSV(B)9.35º41.4%72.94%-
XYZ29.8525.2217.76-
YUV139.07111.03161.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=44.71%
G=29.09%
B=26.20%

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
Decimal18612110900.350.410.279.3535.8157.84
HexBA796D023291B9243a
Octal2721711550435133114472
Binary10111010111100111011010100011101001110111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA796D; }

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

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

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

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

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

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

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

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