#BA6700

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

Shades of Tenne (Tawny) #BA6700

Tints of Tenne (Tawny) #BA6700

Color information

#BA6700 (or 0xBA6700) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 67 and 00. RGB value is (186,103,0). Sum of RGB (Red+Green+Blue) = 186+103+0=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6700 is #4598FF. Grayscale: #747474. Windows color (decimal): -4561152 or 26554. OLE color: 26554.

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

Color convert

RGB1861030-
CMYK00.4510.27
HSL33.23º100%36.47%-
HSV(B)33.23º100%72.94%-
XYZ25.120.142.56-
YUV116.0762.5177.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.36%
G=35.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186103000.4510.2733.2310036.47
HexBA67002D641B216424
Octal2721470055144334114444
Binary101110101100111001011011100100110111000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6700; }

 p { color: rgb(186,103,0); }

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

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

 a { background-color: rgb(186,103,0); }

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

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

 span { border-color: rgb(186,103,0); }

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