#BA7468

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

Shades of Contessa #BA7468

Tints of Contessa #BA7468

Color information

#BA7468 (or 0xBA7468) is unknown color: approx Contessa. HEX triplet: BA, 74 and 68. RGB value is (186,116,104). Sum of RGB (Red+Green+Blue) = 186+116+104=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7468 is #458B97. Grayscale: #878787. Windows color (decimal): -4557720 or 6845626. OLE color: 6845626.

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

Color convert

RGB186116104-
CMYK00.380.440.27
HSL8.78º37.27%56.86%-
HSV(B)8.78º44.09%72.94%-
XYZ28.9923.9316.19-
YUV135.56110.19163.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=45.81%
G=28.57%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611610400.380.440.278.7837.2756.86
HexBA74680262C1B92539
Octal2721641500465433114571
Binary10111010111010011010000100110101100110111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7468; }

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

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

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

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

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

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

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

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