#BA6007

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

Shades of Tenne (Tawny) #BA6007

Tints of Tenne (Tawny) #BA6007

Color information

#BA6007 (or 0xBA6007) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 60 and 07. RGB value is (186,96,7). Sum of RGB (Red+Green+Blue) = 186+96+7=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6007 is #459FF8. Grayscale: #717171. Windows color (decimal): -4562937 or 483514. OLE color: 483514.

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

Color convert

RGB186967-
CMYK00.480.960.27
HSL29.83º92.75%37.84%-
HSV(B)29.83º96.24%72.94%-
XYZ24.4718.822.54-
YUV112.7668.32180.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 7 (3.12% from 255) = 2.42%
R=64.36%
G=33.22%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18696700.480.960.2729.8392.7537.84
HexBA607030601B1e5d26
Octal2721407060140333613546
Binary1011101011000001110110000110000011011111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6007; }

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

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

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

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

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

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

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

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