#BA726F

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

Shades of Contessa #BA726F

Tints of Contessa #BA726F

Color information

#BA726F (or 0xBA726F) is unknown color: approx Contessa. HEX triplet: BA, 72 and 6F. RGB value is (186,114,111). Sum of RGB (Red+Green+Blue) = 186+114+111=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA726F is #458D90. Grayscale: #878787. Windows color (decimal): -4558225 or 7303866. OLE color: 7303866.

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

Color convert

RGB186114111-
CMYK00.390.400.27
HSL2.4º35.21%58.24%-
HSV(B)2.4º40.32%72.94%-
XYZ29.1423.6218.06-
YUV135.19114.35164.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=45.26%
G=27.74%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611411100.390.400.272.435.2158.24
HexBA726F027281B2233a
Octal272162157047503324372
Binary101110101110010110111101001111010001101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA726F; }

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

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

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

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

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

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

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

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