#BA5001

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

Shades of Tenne (Tawny) #BA5001

Tints of Tenne (Tawny) #BA5001

Color information

#BA5001 (or 0xBA5001) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 50 and 01. RGB value is (186,80,1). Sum of RGB (Red+Green+Blue) = 186+80+1=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5001 is #45AFFE. Grayscale: #676767. Windows color (decimal): -4567039 or 86202. OLE color: 86202.

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

Color convert

RGB186801-
CMYK00.570.990.27
HSL25.62º98.93%36.67%-
HSV(B)25.62º99.46%72.94%-
XYZ23.1216.181.93-
YUV102.6970.62187.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=69.66%
G=29.96%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18680100.570.990.2725.6298.9336.67
HexBA501039631B1a6325
Octal2721201071143333214345
Binary10111010101000010111001110001111011110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5001; }

 p { color: rgb(186,80,1); }

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

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

 a { background-color: rgb(186,80,1); }

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

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

 span { border-color: rgb(186,80,1); }

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