#BA5100

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

Shades of Tenne (Tawny) #BA5100

Tints of Tenne (Tawny) #BA5100

Color information

#BA5100 (or 0xBA5100) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 51 and 00. RGB value is (186,81,0). Sum of RGB (Red+Green+Blue) = 186+81+0=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5100 is #45AEFF. Grayscale: #676767. Windows color (decimal): -4566784 or 20922. OLE color: 20922.

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

Color convert

RGB186810-
CMYK00.5610.27
HSL26.13º100%36.47%-
HSV(B)26.13º100%72.94%-
XYZ23.1916.321.93-
YUV103.1669.79187.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.66%
G=30.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18681000.5610.2726.1310036.47
HexBA510038641B1a6424
Octal2721210070144333214444
Binary10111010101000100111000110010011011110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5100; }

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

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

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

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

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

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

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

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