#BA7560

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

Shades of Contessa #BA7560

Tints of Contessa #BA7560

Color information

#BA7560 (or 0xBA7560) is unknown color: approx Contessa. HEX triplet: BA, 75 and 60. RGB value is (186,117,96). Sum of RGB (Red+Green+Blue) = 186+117+96=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7560 is #458A9F. Grayscale: #878787. Windows color (decimal): -4557472 or 6321594. OLE color: 6321594.

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

Color convert

RGB18611796-
CMYK00.370.480.27
HSL14º39.47%55.29%-
HSV(B)14º48.39%72.94%-
XYZ28.7224.0114.19-
YUV135.24105.86164.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=46.62%
G=29.32%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861179600.370.480.271439.4755.29
HexBA7560025301Be2737
Octal2721651400456033164767
Binary10111010111010111000000100101110000110111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7560; }

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

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

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

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

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

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

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

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