#ba4e00

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

Shades of Tenne (Tawny) #BA4E00

Tints of Tenne (Tawny) #BA4E00

Color information

#BA4E00 (or 0xBA4E00) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 4E and 00. RGB value is (186,78,0). Sum of RGB (Red+Green+Blue) = 186+78+0=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E00 is #45B1FF. Grayscale: #656565. Windows color (decimal): -4567552 or 20154. OLE color: 20154.

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

Color convert

RGB186780-
CMYK00.5810.27
HSL25.16º100%36.47%-
HSV(B)25.16º100%72.94%-
XYZ22.9715.891.86-
YUV101.470.78188.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.45%
G=29.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18678000.5810.2725.1610036.47
HexBA4E003A641B196424
Octal2721160072144333114444
Binary10111010100111000111010110010011011110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4e00; }

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

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

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

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

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

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

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

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