#BA766E

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

Shades of Contessa #BA766E

Tints of Contessa #BA766E

Color information

#BA766E (or 0xBA766E) is unknown color: approx Contessa. HEX triplet: BA, 76 and 6E. RGB value is (186,118,110). Sum of RGB (Red+Green+Blue) = 186+118+110=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA766E is #458991. Grayscale: #898989. Windows color (decimal): -4557202 or 7239354. OLE color: 7239354.

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

Color convert

RGB186118110-
CMYK00.370.410.27
HSL6.32º35.51%58.04%-
HSV(B)6.32º40.86%72.94%-
XYZ29.5424.5217.93-
YUV137.42112.53162.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=44.93%
G=28.50%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611811000.370.410.276.3235.5158.04
HexBA766E025291B6243a
Octal272166156045513364472
Binary1011101011101101101110010010110100111011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA766E; }

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

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

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

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

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

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

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

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