#BA6405

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

Shades of Tenne (Tawny) #BA6405

Tints of Tenne (Tawny) #BA6405

Color information

#BA6405 (or 0xBA6405) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 64 and 05. RGB value is (186,100,5). Sum of RGB (Red+Green+Blue) = 186+100+5=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6405 is #459BFA. Grayscale: #737373. Windows color (decimal): -4561915 or 353466. OLE color: 353466.

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

Color convert

RGB1861005-
CMYK00.460.970.27
HSL31.49º94.76%37.45%-
HSV(B)31.49º97.31%72.94%-
XYZ24.8319.562.61-
YUV114.8865.99178.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=63.92%
G=34.36%
B=1.72%

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
Decimal186100500.460.970.2731.4994.7637.45
HexBA64502E611B1f5f25
Octal2721445056141333713745
Binary1011101011001001010101110110000111011111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6405; }

 p { color: rgb(186,100,5); }

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

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

 a { background-color: rgb(186,100,5); }

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

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

 span { border-color: rgb(186,100,5); }

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