#BA7C69

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

Shades of Contessa #BA7C69

Tints of Contessa #BA7C69

Color information

#BA7C69 (or 0xBA7C69) is unknown color: approx Contessa. HEX triplet: BA, 7C and 69. RGB value is (186,124,105). Sum of RGB (Red+Green+Blue) = 186+124+105=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C69 is #458396. Grayscale: #8C8C8C. Windows color (decimal): -4555671 or 6913210. OLE color: 6913210.

HSL color Cylindrical-coordinate representation of color #BA7C69: hue angle of 14.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7C69 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186124105-
CMYK00.330.440.27
HSL14.07º36.99%57.06%-
HSV(B)14.07º43.55%72.94%-
XYZ30.0125.8716.78-
YUV140.37108.04160.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=44.82%
G=29.88%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612410500.330.440.2714.0736.9957.06
HexBA7C690212C1Be2539
Octal2721741510415433164571
Binary10111010111110011010010100001101100110111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C69; }

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

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

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

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

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

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

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

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