#BA6D59

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

Shades of Contessa #BA6D59

Tints of Contessa #BA6D59

Color information

#BA6D59 (or 0xBA6D59) is unknown color: approx Contessa. HEX triplet: BA, 6D and 59. RGB value is (186,109,89). Sum of RGB (Red+Green+Blue) = 186+109+89=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D59 is #4592A6. Grayscale: #818181. Windows color (decimal): -4559527 or 5860794. OLE color: 5860794.

HSL color Cylindrical-coordinate representation of color #BA6D59: hue angle of 12.37º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6D59 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18610989-
CMYK00.410.520.27
HSL12.37º41.28%53.92%-
HSV(B)12.37º52.15%72.94%-
XYZ27.5222.112.27-
YUV129.74105.01168.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=48.44%
G=28.39%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861098900.410.520.2712.3741.2853.92
HexBA6D59029341Bc2936
Octal2721551310516433145166
Binary10111010110110110110010101001110100110111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D59; }

 p { color: rgb(186,109,89); }

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

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

 a { background-color: rgb(186,109,89); }

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

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

 span { border-color: rgb(186,109,89); }

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