#BA6D63

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

Shades of Contessa #BA6D63

Tints of Contessa #BA6D63

Color information

#BA6D63 (or 0xBA6D63) is unknown color: approx Contessa. HEX triplet: BA, 6D and 63. RGB value is (186,109,99). Sum of RGB (Red+Green+Blue) = 186+109+99=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D63 is #45929C. Grayscale: #838383. Windows color (decimal): -4559517 or 6516154. OLE color: 6516154.

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

Color convert

RGB18610999-
CMYK00.410.470.27
HSL6.9º38.67%55.88%-
HSV(B)6.9º46.77%72.94%-
XYZ27.9722.2814.63-
YUV130.88110.01167.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=47.21%
G=27.66%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861099900.410.470.276.938.6755.88
HexBA6D630292F1B72738
Octal272155143051573374770
Binary1011101011011011100011010100110111111011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D63; }

 p { color: rgb(186,109,99); }

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

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

 a { background-color: rgb(186,109,99); }

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

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

 span { border-color: rgb(186,109,99); }

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