#BA7563

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

Shades of Contessa #BA7563

Tints of Contessa #BA7563

Color information

#BA7563 (or 0xBA7563) is unknown color: approx Contessa. HEX triplet: BA, 75 and 63. RGB value is (186,117,99). Sum of RGB (Red+Green+Blue) = 186+117+99=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7563 is #458A9C. Grayscale: #878787. Windows color (decimal): -4557469 or 6518202. OLE color: 6518202.

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

Color convert

RGB18611799-
CMYK00.370.470.27
HSL12.41º38.67%55.88%-
HSV(B)12.41º46.77%72.94%-
XYZ28.8624.0614.93-
YUV135.58107.36163.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=46.27%
G=29.10%
B=24.63%

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
Decimal1861179900.370.470.2712.4138.6755.88
HexBA75630252F1Bc2738
Octal2721651430455733144770
Binary10111010111010111000110100101101111110111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7563; }

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

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

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

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

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

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

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

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