#ba7768

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

Shades of Contessa #BA7768

Tints of Contessa #BA7768

Color information

#BA7768 (or 0xBA7768) is unknown color: approx Contessa. HEX triplet: BA, 77 and 68. RGB value is (186,119,104). Sum of RGB (Red+Green+Blue) = 186+119+104=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7768 is #458897. Grayscale: #898989. Windows color (decimal): -4556952 or 6846394. OLE color: 6846394.

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

Color convert

RGB186119104-
CMYK00.360.440.27
HSL10.98º37.27%56.86%-
HSV(B)10.98º44.09%72.94%-
XYZ29.3524.6316.3-
YUV137.32109.2162.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=45.48%
G=29.10%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611910400.360.440.2710.9837.2756.86
HexBA77680242C1Bb2539
Octal2721671500445433134571
Binary10111010111011111010000100100101100110111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7768; }

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

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

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

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

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

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

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

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