#BA776B

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

Shades of Contessa #BA776B

Tints of Contessa #BA776B

Color information

#BA776B (or 0xBA776B) is unknown color: approx Contessa. HEX triplet: BA, 77 and 6B. RGB value is (186,119,107). Sum of RGB (Red+Green+Blue) = 186+119+107=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA776B is #458894. Grayscale: #898989. Windows color (decimal): -4556949 or 7043002. OLE color: 7043002.

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

Color convert

RGB186119107-
CMYK00.360.420.27
HSL9.11º36.41%57.45%-
HSV(B)9.11º42.47%72.94%-
XYZ29.524.6917.12-
YUV137.66110.7162.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=45.15%
G=28.88%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611910700.360.420.279.1136.4157.45
HexBA776B0242A1B92439
Octal2721671530445233114471
Binary10111010111011111010110100100101010110111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA776B; }

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

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

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

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

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

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

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

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