#BA6960

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

Shades of Contessa #BA6960

Tints of Contessa #BA6960

Color information

#BA6960 (or 0xBA6960) is unknown color: approx Contessa. HEX triplet: BA, 69 and 60. RGB value is (186,105,96). Sum of RGB (Red+Green+Blue) = 186+105+96=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6960 is #45969F. Grayscale: #808080. Windows color (decimal): -4560544 or 6318522. OLE color: 6318522.

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

Color convert

RGB18610596-
CMYK00.440.480.27
HSL39.47%55.29%-
HSV(B)48.39%72.94%-
XYZ27.4121.3913.75-
YUV128.19109.84169.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=48.06%
G=27.13%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861059600.440.480.27639.4755.29
HexBA696002C301B62737
Octal272151140054603364767
Binary1011101011010011100000010110011000011011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6960; }

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

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

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

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

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

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

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

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