#BA5C11

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

Shades of Tenne (Tawny) #BA5C11

Tints of Tenne (Tawny) #BA5C11

Color information

#BA5C11 (or 0xBA5C11) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5C and 11. RGB value is (186,92,17). Sum of RGB (Red+Green+Blue) = 186+92+17=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C11 is #45A3EE. Grayscale: #6F6F6F. Windows color (decimal): -4563951 or 1137850. OLE color: 1137850.

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

Color convert

RGB1869217-
CMYK00.510.910.27
HSL26.63º83.25%39.8%-
HSV(B)26.63º90.86%72.94%-
XYZ24.1818.132.76-
YUV111.5674.64181.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 17 (7.03% from 255) = 5.76%
R=63.05%
G=31.19%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186921700.510.910.2726.6383.2539.8
HexBA5C110335B1B1b5328
Octal27213421063133333312350
Binary101110101011100100010110011101101111011110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C11; }

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

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

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

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

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

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

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

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