#BA735D

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

Shades of Contessa #BA735D

Tints of Contessa #BA735D

Color information

#BA735D (or 0xBA735D) is unknown color: approx Contessa. HEX triplet: BA, 73 and 5D. RGB value is (186,115,93). Sum of RGB (Red+Green+Blue) = 186+115+93=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA735D is #458CA2. Grayscale: #858585. Windows color (decimal): -4557987 or 6124474. OLE color: 6124474.

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

Color convert

RGB18611593-
CMYK00.380.50.27
HSL14.19º40.26%54.71%-
HSV(B)14.19º50%72.94%-
XYZ28.3623.4913.4-
YUV133.72105.02165.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=47.21%
G=29.19%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861159300.380.50.2714.1940.2654.71
HexBA735D026321Be2837
Octal2721631350466233165067
Binary10111010111001110111010100110110010110111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA735D; }

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

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

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

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

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

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

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

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