#BA660A

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

Shades of Tenne (Tawny) #BA660A

Tints of Tenne (Tawny) #BA660A

Color information

#BA660A (or 0xBA660A) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 66 and 0A. RGB value is (186,102,10). Sum of RGB (Red+Green+Blue) = 186+102+10=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA660A is #4599F5. Grayscale: #757575. Windows color (decimal): -4561398 or 681658. OLE color: 681658.

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

Color convert

RGB18610210-
CMYK00.450.950.27
HSL31.36º89.8%38.43%-
HSV(B)31.36º94.62%72.94%-
XYZ25.0619.962.82-
YUV116.6367.83177.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=62.42%
G=34.23%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861021000.450.950.2731.3689.838.43
HexBA66A02D5F1B1f5a26
Octal27214612055137333713246
Binary10111010110011010100101101101111111011111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA660A; }

 p { color: rgb(186,102,10); }

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

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

 a { background-color: rgb(186,102,10); }

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

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

 span { border-color: rgb(186,102,10); }

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