#BA6B01

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

Shades of Tenne (Tawny) #BA6B01

Tints of Tenne (Tawny) #BA6B01

Color information

#BA6B01 (or 0xBA6B01) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 6B and 01. RGB value is (186,107,1). Sum of RGB (Red+Green+Blue) = 186+107+1=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B01 is #4594FE. Grayscale: #777777. Windows color (decimal): -4560127 or 93114. OLE color: 93114.

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

Color convert

RGB1861071-
CMYK00.420.990.27
HSL34.38º98.93%36.67%-
HSV(B)34.38º99.46%72.94%-
XYZ25.5120.962.73-
YUV118.5461.67176.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=63.27%
G=36.39%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186107100.420.990.2734.3898.9336.67
HexBA6B102A631B226325
Octal2721531052143334214345
Binary101110101101011101010101100011110111000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B01; }

 p { color: rgb(186,107,1); }

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

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

 a { background-color: rgb(186,107,1); }

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

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

 span { border-color: rgb(186,107,1); }

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