#BA7663

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

Shades of Contessa #BA7663

Tints of Contessa #BA7663

Color information

#BA7663 (or 0xBA7663) is unknown color: approx Contessa. HEX triplet: BA, 76 and 63. RGB value is (186,118,99). Sum of RGB (Red+Green+Blue) = 186+118+99=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7663 is #45899C. Grayscale: #888888. Windows color (decimal): -4557213 or 6518458. OLE color: 6518458.

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

Color convert

RGB18611899-
CMYK00.370.470.27
HSL13.1º38.67%55.88%-
HSV(B)13.1º46.77%72.94%-
XYZ28.9824.314.97-
YUV136.17107.03163.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=46.15%
G=29.28%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861189900.370.470.2713.138.6755.88
HexBA76630252F1Bd2738
Octal2721661430455733154770
Binary10111010111011011000110100101101111110111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7663; }

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

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

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

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

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

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

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

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