#BA7260

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

Shades of Contessa #BA7260

Tints of Contessa #BA7260

Color information

#BA7260 (or 0xBA7260) is unknown color: approx Contessa. HEX triplet: BA, 72 and 60. RGB value is (186,114,96). Sum of RGB (Red+Green+Blue) = 186+114+96=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7260 is #458D9F. Grayscale: #858585. Windows color (decimal): -4558240 or 6320826. OLE color: 6320826.

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

Color convert

RGB18611496-
CMYK00.390.480.27
HSL12º39.47%55.29%-
HSV(B)12º48.39%72.94%-
XYZ28.3823.3214.07-
YUV133.48106.85165.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=46.97%
G=28.79%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861149600.390.480.271239.4755.29
HexBA7260027301Bc2737
Octal2721621400476033144767
Binary10111010111001011000000100111110000110111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7260; }

 p { color: rgb(186,114,96); }

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

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

 a { background-color: rgb(186,114,96); }

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

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

 span { border-color: rgb(186,114,96); }

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