#BA7A6F

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

Shades of Contessa #BA7A6F

Tints of Contessa #BA7A6F

Color information

#BA7A6F (or 0xBA7A6F) is unknown color: approx Contessa. HEX triplet: BA, 7A and 6F. RGB value is (186,122,111). Sum of RGB (Red+Green+Blue) = 186+122+111=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A6F is #458590. Grayscale: #8B8B8B. Windows color (decimal): -4556177 or 7305914. OLE color: 7305914.

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

Color convert

RGB186122111-
CMYK00.340.400.27
HSL8.8º35.21%58.24%-
HSV(B)8.8º40.32%72.94%-
XYZ30.0825.5118.38-
YUV139.88111.7160.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=44.39%
G=29.12%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612211100.340.400.278.835.2158.24
HexBA7A6F022281B9233a
Octal2721721570425033114372
Binary10111010111101011011110100010101000110111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A6F; }

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

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

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

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

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

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

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

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