#BA6005

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

Shades of Tenne (Tawny) #BA6005

Tints of Tenne (Tawny) #BA6005

Color information

#BA6005 (or 0xBA6005) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 60 and 05. RGB value is (186,96,5). Sum of RGB (Red+Green+Blue) = 186+96+5=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6005 is #459FFA. Grayscale: #707070. Windows color (decimal): -4562939 or 352442. OLE color: 352442.

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

Color convert

RGB186965-
CMYK00.480.970.27
HSL30.17º94.76%37.45%-
HSV(B)30.17º97.31%72.94%-
XYZ24.4618.822.49-
YUV112.5467.32180.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=64.81%
G=33.45%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18696500.480.970.2730.1794.7637.45
HexBA605030611B1e5f25
Octal2721405060141333613745
Binary1011101011000001010110000110000111011111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6005; }

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

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

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

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

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

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

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

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