#BA5911

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

Shades of Tenne (Tawny) #BA5911

Tints of Tenne (Tawny) #BA5911

Color information

#BA5911 (or 0xBA5911) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 59 and 11. RGB value is (186,89,17). Sum of RGB (Red+Green+Blue) = 186+89+17=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5911 is #45A6EE. Grayscale: #6E6E6E. Windows color (decimal): -4564719 or 1137082. OLE color: 1137082.

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

Color convert

RGB1868917-
CMYK00.520.910.27
HSL25.56º83.25%39.8%-
HSV(B)25.56º90.86%72.94%-
XYZ23.9217.622.67-
YUV109.875.64182.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 17 (7.03% from 255) = 5.82%
R=63.70%
G=30.48%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186891700.520.910.2725.5683.2539.8
HexBA59110345B1B1a5328
Octal27213121064133333212350
Binary101110101011001100010110100101101111011110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5911; }

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

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

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

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

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

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

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

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