#BA6806

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

Shades of Tenne (Tawny) #BA6806

Tints of Tenne (Tawny) #BA6806

Color information

#BA6806 (or 0xBA6806) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 68 and 06. RGB value is (186,104,6). Sum of RGB (Red+Green+Blue) = 186+104+6=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6806 is #4597F9. Grayscale: #757575. Windows color (decimal): -4560890 or 420026. OLE color: 420026.

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

Color convert

RGB1861046-
CMYK00.440.970.27
HSL32.67º93.75%37.65%-
HSV(B)32.67º96.77%72.94%-
XYZ25.2320.352.77-
YUV117.3565.17176.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=62.84%
G=35.14%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186104600.440.970.2732.6793.7537.65
HexBA68602C611B215e26
Octal2721506054141334113646
Binary10111010110100011001011001100001110111000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6806; }

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

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

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

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

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

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

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

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