#BA6206

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

Shades of Tenne (Tawny) #BA6206

Tints of Tenne (Tawny) #BA6206

Color information

#BA6206 (or 0xBA6206) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 62 and 06. RGB value is (186,98,6). Sum of RGB (Red+Green+Blue) = 186+98+6=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6206 is #459DF9. Grayscale: #727272. Windows color (decimal): -4562426 or 418490. OLE color: 418490.

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

Color convert

RGB186986-
CMYK00.470.970.27
HSL30.67º93.75%37.65%-
HSV(B)30.67º96.77%72.94%-
XYZ24.6519.192.58-
YUV113.8267.15179.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 6 (2.73% from 255) = 2.07%
R=64.14%
G=33.79%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18698600.470.970.2730.6793.7537.65
HexBA62602F611B1f5e26
Octal2721426057141333713646
Binary1011101011000101100101111110000111011111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6206; }

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

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

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

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

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

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

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

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