#BA7568

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

Shades of Contessa #BA7568

Tints of Contessa #BA7568

Color information

#BA7568 (or 0xBA7568) is unknown color: approx Contessa. HEX triplet: BA, 75 and 68. RGB value is (186,117,104). Sum of RGB (Red+Green+Blue) = 186+117+104=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7568 is #458A97. Grayscale: #888888. Windows color (decimal): -4557464 or 6845882. OLE color: 6845882.

HSL color Cylindrical-coordinate representation of color #BA7568: hue angle of 9.51º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7568 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186117104-
CMYK00.370.440.27
HSL9.51º37.27%56.86%-
HSV(B)9.51º44.09%72.94%-
XYZ29.1124.1616.23-
YUV136.15109.86163.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=45.70%
G=28.75%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611710400.370.440.279.5137.2756.86
HexBA75680252C1Ba2539
Octal2721651500455433124571
Binary10111010111010111010000100101101100110111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7568; }

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

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

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

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

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

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

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

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