#BA5806

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

Shades of Tenne (Tawny) #BA5806

Tints of Tenne (Tawny) #BA5806

Color information

#BA5806 (or 0xBA5806) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 58 and 06. RGB value is (186,88,6). Sum of RGB (Red+Green+Blue) = 186+88+6=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5806 is #45A7F9. Grayscale: #6C6C6C. Windows color (decimal): -4564986 or 415930. OLE color: 415930.

HSL color Cylindrical-coordinate representation of color #BA5806: hue angle of 27.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA5806 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB186886-
CMYK00.530.970.27
HSL27.33º93.75%37.65%-
HSV(B)27.33º96.77%72.94%-
XYZ23.7717.432.28-
YUV107.9570.47183.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.43%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=66.43%
G=31.43%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18688600.530.970.2727.3393.7537.65
HexBA586035611B1b5e26
Octal2721306065141333313646
Binary1011101010110001100110101110000111011110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5806; }

 p { color: rgb(186,88,6); }

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

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

 a { background-color: rgb(186,88,6); }

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

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

 span { border-color: rgb(186,88,6); }

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