#BA7866

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

Shades of Contessa #BA7866

Tints of Contessa #BA7866

Color information

#BA7866 (or 0xBA7866) is unknown color: approx Contessa. HEX triplet: BA, 78 and 66. RGB value is (186,120,102). Sum of RGB (Red+Green+Blue) = 186+120+102=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7866 is #458799. Grayscale: #898989. Windows color (decimal): -4556698 or 6715578. OLE color: 6715578.

HSL color Cylindrical-coordinate representation of color #BA7866: hue angle of 12.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7866 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB186120102-
CMYK00.350.450.27
HSL12.86º37.84%56.47%-
HSV(B)12.86º45.16%72.94%-
XYZ29.3624.8315.82-
YUV137.68107.87162.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 102 (40.23% from 255) = 25%
R=45.59%
G=29.41%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612010200.350.450.2712.8637.8456.47
HexBA78660232D1Bd2638
Octal2721701460435533154670
Binary10111010111100011001100100011101101110111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7866; }

 p { color: rgb(186,120,102); }

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

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

 a { background-color: rgb(186,120,102); }

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

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

 span { border-color: rgb(186,120,102); }

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