#BA7061

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

Shades of Contessa #BA7061

Tints of Contessa #BA7061

Color information

#BA7061 (or 0xBA7061) is unknown color: approx Contessa. HEX triplet: BA, 70 and 61. RGB value is (186,112,97). Sum of RGB (Red+Green+Blue) = 186+112+97=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7061 is #458F9E. Grayscale: #848484. Windows color (decimal): -4558751 or 6385850. OLE color: 6385850.

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

Color convert

RGB18611297-
CMYK00.400.480.27
HSL10.11º39.21%55.49%-
HSV(B)10.11º47.85%72.94%-
XYZ28.222.8914.24-
YUV132.42108.02166.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=47.09%
G=28.35%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861129700.400.480.2710.1139.2155.49
HexBA7061028301Ba2737
Octal2721601410506033124767
Binary10111010111000011000010101000110000110111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7061; }

 p { color: rgb(186,112,97); }

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

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

 a { background-color: rgb(186,112,97); }

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

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

 span { border-color: rgb(186,112,97); }

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