#BA7760

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

Shades of Contessa #BA7760

Tints of Contessa #BA7760

Color information

#BA7760 (or 0xBA7760) is unknown color: approx Contessa. HEX triplet: BA, 77 and 60. RGB value is (186,119,96). Sum of RGB (Red+Green+Blue) = 186+119+96=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7760 is #45889F. Grayscale: #888888. Windows color (decimal): -4556960 or 6322106. OLE color: 6322106.

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

Color convert

RGB18611996-
CMYK00.360.480.27
HSL15.33º39.47%55.29%-
HSV(B)15.33º48.39%72.94%-
XYZ28.9624.4814.26-
YUV136.41105.2163.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=46.38%
G=29.68%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861199600.360.480.2715.3339.4755.29
HexBA7760024301Bf2737
Octal2721671400446033174767
Binary10111010111011111000000100100110000110111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7760; }

 p { color: rgb(186,119,96); }

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

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

 a { background-color: rgb(186,119,96); }

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

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

 span { border-color: rgb(186,119,96); }

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