#BA5A14

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

Shades of Tenne (Tawny) #BA5A14

Tints of Tenne (Tawny) #BA5A14

Color information

#BA5A14 (or 0xBA5A14) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5A and 14. RGB value is (186,90,20). Sum of RGB (Red+Green+Blue) = 186+90+20=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A14 is #45A5EB. Grayscale: #6F6F6F. Windows color (decimal): -4564460 or 1333946. OLE color: 1333946.

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

Color convert

RGB1869020-
CMYK00.520.890.27
HSL25.3º80.58%40.39%-
HSV(B)25.3º89.25%72.94%-
XYZ24.0317.82.83-
YUV110.7276.8181.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=62.84%
G=30.41%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186902000.520.890.2725.380.5840.39
HexBA5A14034591B195128
Octal27213224064131333112150
Binary101110101011010101000110100101100111011110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A14; }

 p { color: rgb(186,90,20); }

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

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

 a { background-color: rgb(186,90,20); }

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

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

 span { border-color: rgb(186,90,20); }

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