#BA5E00

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

Shades of Tenne (Tawny) #BA5E00

Tints of Tenne (Tawny) #BA5E00

Color information

#BA5E00 (or 0xBA5E00) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5E and 00. RGB value is (186,94,0). Sum of RGB (Red+Green+Blue) = 186+94+0=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E00 is #45A1FF. Grayscale: #6F6F6F. Windows color (decimal): -4563456 or 24250. OLE color: 24250.

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

Color convert

RGB186940-
CMYK00.4910.27
HSL30.32º100%36.47%-
HSV(B)30.32º100%72.94%-
XYZ24.2518.442.28-
YUV110.7965.48181.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.43%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.43%
G=33.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18694000.4910.2730.3210036.47
HexBA5E0031641B1e6424
Octal2721360061144333614444
Binary10111010101111000110001110010011011111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E00; }

 p { color: rgb(186,94,0); }

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

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

 a { background-color: rgb(186,94,0); }

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

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

 span { border-color: rgb(186,94,0); }

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