#BA7A6E

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

Shades of Contessa #BA7A6E

Tints of Contessa #BA7A6E

Color information

#BA7A6E (or 0xBA7A6E) is unknown color: approx Contessa. HEX triplet: BA, 7A and 6E. RGB value is (186,122,110). Sum of RGB (Red+Green+Blue) = 186+122+110=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A6E is #458591. Grayscale: #8B8B8B. Windows color (decimal): -4556178 or 7240378. OLE color: 7240378.

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

Color convert

RGB186122110-
CMYK00.340.410.27
HSL9.47º35.51%58.04%-
HSV(B)9.47º40.86%72.94%-
XYZ30.0225.4818.09-
YUV139.77111.2160.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=44.50%
G=29.19%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612211000.340.410.279.4735.5158.04
HexBA7A6E022291B9243a
Octal2721721560425133114472
Binary10111010111101011011100100010101001110111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A6E; }

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

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

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

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

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

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

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

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