#BA4F00

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

Shades of Tenne (Tawny) #BA4F00

Tints of Tenne (Tawny) #BA4F00

Color information

#BA4F00 (or 0xBA4F00) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 4F and 00. RGB value is (186,79,0). Sum of RGB (Red+Green+Blue) = 186+79+0=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4F00 is #45B0FF. Grayscale: #666666. Windows color (decimal): -4567296 or 20410. OLE color: 20410.

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

Color convert

RGB186790-
CMYK00.5810.27
HSL25.48º100%36.47%-
HSV(B)25.48º100%72.94%-
XYZ23.0516.031.88-
YUV101.9970.45187.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.19%
G=29.81%
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
Decimal18679000.5810.2725.4810036.47
HexBA4F003A641B196424
Octal2721170072144333114444
Binary10111010100111100111010110010011011110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F00; }

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

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

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

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

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

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

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

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