#BA7366

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

Shades of Contessa #BA7366

Tints of Contessa #BA7366

Color information

#BA7366 (or 0xBA7366) is unknown color: approx Contessa. HEX triplet: BA, 73 and 66. RGB value is (186,115,102). Sum of RGB (Red+Green+Blue) = 186+115+102=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7366 is #458C99. Grayscale: #868686. Windows color (decimal): -4557978 or 6714298. OLE color: 6714298.

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

Color convert

RGB186115102-
CMYK00.380.450.27
HSL9.29º37.84%56.47%-
HSV(B)9.29º45.16%72.94%-
XYZ28.7823.6615.62-
YUV134.75109.52164.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=46.15%
G=28.54%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611510200.380.450.279.2937.8456.47
HexBA73660262D1B92638
Octal2721631460465533114670
Binary10111010111001111001100100110101101110111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7366; }

 p { color: rgb(186,115,102); }

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

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

 a { background-color: rgb(186,115,102); }

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

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

 span { border-color: rgb(186,115,102); }

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