#BA6506

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

Shades of Tenne (Tawny) #BA6506

Tints of Tenne (Tawny) #BA6506

Color information

#BA6506 (or 0xBA6506) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 65 and 06. RGB value is (186,101,6). Sum of RGB (Red+Green+Blue) = 186+101+6=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6506 is #459AF9. Grayscale: #747474. Windows color (decimal): -4561658 or 419258. OLE color: 419258.

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

Color convert

RGB1861016-
CMYK00.460.970.27
HSL31.67º93.75%37.65%-
HSV(B)31.67º96.77%72.94%-
XYZ24.9419.762.67-
YUV115.5866.16178.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=63.48%
G=34.47%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186101600.460.970.2731.6793.7537.65
HexBA65602E611B205e26
Octal2721456056141334013646
Binary10111010110010111001011101100001110111000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6506; }

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

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

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

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

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

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

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

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