#BA736F

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

Shades of Contessa #BA736F

Tints of Contessa #BA736F

Color information

#BA736F (or 0xBA736F) is unknown color: approx Contessa. HEX triplet: BA, 73 and 6F. RGB value is (186,115,111). Sum of RGB (Red+Green+Blue) = 186+115+111=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA736F is #458C90. Grayscale: #878787. Windows color (decimal): -4557969 or 7304122. OLE color: 7304122.

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

Color convert

RGB186115111-
CMYK00.380.400.27
HSL3.2º35.21%58.24%-
HSV(B)3.2º40.32%72.94%-
XYZ29.2523.8518.1-
YUV135.77114.02163.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=45.15%
G=27.91%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611511100.380.400.273.235.2158.24
HexBA736F026281B3233a
Octal272163157046503334372
Binary101110101110011110111101001101010001101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA736F; }

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

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

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

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

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

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

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

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