#BA5205

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

Shades of Tenne (Tawny) #BA5205

Tints of Tenne (Tawny) #BA5205

Color information

#BA5205 (or 0xBA5205) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 52 and 05. RGB value is (186,82,5). Sum of RGB (Red+Green+Blue) = 186+82+5=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5205 is #45ADFA. Grayscale: #686868. Windows color (decimal): -4566523 or 348858. OLE color: 348858.

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

Color convert

RGB186825-
CMYK00.560.970.27
HSL25.52º94.76%37.45%-
HSV(B)25.52º97.31%72.94%-
XYZ23.2916.482.1-
YUV104.3271.96186.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=68.13%
G=30.04%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18682500.560.970.2725.5294.7637.45
HexBA525038611B1a5f25
Octal2721225070141333213745
Binary1011101010100101010111000110000111011110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5205; }

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

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

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

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

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

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

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

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