#BA7A69

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

Shades of Contessa #BA7A69

Tints of Contessa #BA7A69

Color information

#BA7A69 (or 0xBA7A69) is unknown color: approx Contessa. HEX triplet: BA, 7A and 69. RGB value is (186,122,105). Sum of RGB (Red+Green+Blue) = 186+122+105=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A69 is #458596. Grayscale: #8B8B8B. Windows color (decimal): -4556183 or 6912698. OLE color: 6912698.

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

Color convert

RGB186122105-
CMYK00.340.440.27
HSL12.59º36.99%57.06%-
HSV(B)12.59º43.55%72.94%-
XYZ29.7625.3816.69-
YUV139.2108.7161.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=45.04%
G=29.54%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612210500.340.440.2712.5936.9957.06
HexBA7A690222C1Bd2539
Octal2721721510425433154571
Binary10111010111101011010010100010101100110111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A69; }

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

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

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

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

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

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

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

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