#BA6503

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

Shades of Tenne (Tawny) #BA6503

Tints of Tenne (Tawny) #BA6503

Color information

#BA6503 (or 0xBA6503) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 65 and 03. RGB value is (186,101,3). Sum of RGB (Red+Green+Blue) = 186+101+3=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6503 is #459AFC. Grayscale: #737373. Windows color (decimal): -4561661 or 222650. OLE color: 222650.

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

Color convert

RGB1861013-
CMYK00.460.980.27
HSL32.13º96.83%37.06%-
HSV(B)32.13º98.39%72.94%-
XYZ24.9219.752.59-
YUV115.2464.66178.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=64.14%
G=34.83%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186101300.460.980.2732.1396.8337.06
HexBA65302E621B206125
Octal2721453056142334014145
Binary1011101011001011101011101100010110111000001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6503; }

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

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

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

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

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

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

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

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