#BA776E

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

Shades of Contessa #BA776E

Tints of Contessa #BA776E

Color information

#BA776E (or 0xBA776E) is unknown color: approx Contessa. HEX triplet: BA, 77 and 6E. RGB value is (186,119,110). Sum of RGB (Red+Green+Blue) = 186+119+110=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA776E is #458891. Grayscale: #8A8A8A. Windows color (decimal): -4556946 or 7239610. OLE color: 7239610.

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

Color convert

RGB186119110-
CMYK00.360.410.27
HSL7.11º35.51%58.04%-
HSV(B)7.11º40.86%72.94%-
XYZ29.6624.7617.97-
YUV138.01112.2162.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=44.82%
G=28.67%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611911000.360.410.277.1135.5158.04
HexBA776E024291B7243a
Octal272167156044513374472
Binary1011101011101111101110010010010100111011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA776E; }

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

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

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

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

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

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

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

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