#BA786F

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

Shades of Contessa #BA786F

Tints of Contessa #BA786F

Color information

#BA786F (or 0xBA786F) is unknown color: approx Contessa. HEX triplet: BA, 78 and 6F. RGB value is (186,120,111). Sum of RGB (Red+Green+Blue) = 186+120+111=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA786F is #458790. Grayscale: #8A8A8A. Windows color (decimal): -4556689 or 7305402. OLE color: 7305402.

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

Color convert

RGB186120111-
CMYK00.350.400.27
HSL7.2º35.21%58.24%-
HSV(B)7.2º40.32%72.94%-
XYZ29.8425.0218.3-
YUV138.71112.37161.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=44.60%
G=28.78%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612011100.350.400.277.235.2158.24
HexBA786F023281B7233a
Octal272170157043503374372
Binary1011101011110001101111010001110100011011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA786F; }

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

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

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

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

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

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

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

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