#BA6211

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

Shades of Tenne (Tawny) #BA6211

Tints of Tenne (Tawny) #BA6211

Color information

#BA6211 (or 0xBA6211) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 62 and 11. RGB value is (186,98,17). Sum of RGB (Red+Green+Blue) = 186+98+17=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6211 is #459DEE. Grayscale: #737373. Windows color (decimal): -4562415 or 1139386. OLE color: 1139386.

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

Color convert

RGB1869817-
CMYK00.470.910.27
HSL28.76º83.25%39.8%-
HSV(B)28.76º90.86%72.94%-
XYZ24.7219.212.94-
YUV115.0872.65178.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 17 (7.03% from 255) = 5.65%
R=61.79%
G=32.56%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186981700.470.910.2728.7683.2539.8
HexBA621102F5B1B1d5328
Octal27214221057133333512350
Binary101110101100010100010101111101101111011111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6211; }

 p { color: rgb(186,98,17); }

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

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

 a { background-color: rgb(186,98,17); }

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

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

 span { border-color: rgb(186,98,17); }

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