#BA7762

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

Shades of Contessa #BA7762

Tints of Contessa #BA7762

Color information

#BA7762 (or 0xBA7762) is unknown color: approx Contessa. HEX triplet: BA, 77 and 62. RGB value is (186,119,98). Sum of RGB (Red+Green+Blue) = 186+119+98=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7762 is #45889D. Grayscale: #888888. Windows color (decimal): -4556958 or 6453178. OLE color: 6453178.

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

Color convert

RGB18611998-
CMYK00.360.470.27
HSL14.32º38.94%55.69%-
HSV(B)14.32º47.31%72.94%-
XYZ29.0524.5114.76-
YUV136.64106.2163.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=46.15%
G=29.53%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861199800.360.470.2714.3238.9455.69
HexBA77620242F1Be2738
Octal2721671420445733164770
Binary10111010111011111000100100100101111110111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7762; }

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

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

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

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

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

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

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

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