#BA7C66

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

Shades of Contessa #BA7C66

Tints of Contessa #BA7C66

Color information

#BA7C66 (or 0xBA7C66) is unknown color: approx Contessa. HEX triplet: BA, 7C and 66. RGB value is (186,124,102). Sum of RGB (Red+Green+Blue) = 186+124+102=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C66 is #458399. Grayscale: #8C8C8C. Windows color (decimal): -4555674 or 6716602. OLE color: 6716602.

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

Color convert

RGB186124102-
CMYK00.330.450.27
HSL15.71º37.84%56.47%-
HSV(B)15.71º45.16%72.94%-
XYZ29.8625.8115.98-
YUV140.03106.54160.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 124 (48.83% from 255) = 30.10%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=45.15%
G=30.10%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612410200.330.450.2715.7137.8456.47
HexBA7C660212D1B102638
Octal2721741460415533204670
Binary101110101111100110011001000011011011101110000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C66; }

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

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

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

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

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

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

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

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