#BA6F61

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

Shades of Contessa #BA6F61

Tints of Contessa #BA6F61

Color information

#BA6F61 (or 0xBA6F61) is unknown color: approx Contessa. HEX triplet: BA, 6F and 61. RGB value is (186,111,97). Sum of RGB (Red+Green+Blue) = 186+111+97=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F61 is #45909E. Grayscale: #838383. Windows color (decimal): -4559007 or 6385594. OLE color: 6385594.

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

Color convert

RGB18611197-
CMYK00.400.480.27
HSL9.44º39.21%55.49%-
HSV(B)9.44º47.85%72.94%-
XYZ28.0922.6714.2-
YUV131.83108.35166.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=47.21%
G=28.17%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861119700.400.480.279.4439.2155.49
HexBA6F61028301B92737
Octal2721571410506033114767
Binary10111010110111111000010101000110000110111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F61; }

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

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

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

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

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

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

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

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