#BA6205

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

Shades of Tenne (Tawny) #BA6205

Tints of Tenne (Tawny) #BA6205

Color information

#BA6205 (or 0xBA6205) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 62 and 05. RGB value is (186,98,5). Sum of RGB (Red+Green+Blue) = 186+98+5=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6205 is #459DFA. Grayscale: #727272. Windows color (decimal): -4562427 or 352954. OLE color: 352954.

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

Color convert

RGB186985-
CMYK00.470.970.27
HSL30.83º94.76%37.45%-
HSV(B)30.83º97.31%72.94%-
XYZ24.6419.192.55-
YUV113.7166.65179.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=64.36%
G=33.91%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18698500.470.970.2730.8394.7637.45
HexBA62502F611B1f5f25
Octal2721425057141333713745
Binary1011101011000101010101111110000111011111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6205; }

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

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

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

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

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

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

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

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