#BA6B00

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

Shades of Tenne (Tawny) #BA6B00

Tints of Tenne (Tawny) #BA6B00

Color information

#BA6B00 (or 0xBA6B00) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 6B and 00. RGB value is (186,107,0). Sum of RGB (Red+Green+Blue) = 186+107+0=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B00 is #4594FF. Grayscale: #767676. Windows color (decimal): -4560128 or 27578. OLE color: 27578.

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

Color convert

RGB1861070-
CMYK00.4210.27
HSL34.52º100%36.47%-
HSV(B)34.52º100%72.94%-
XYZ25.5120.952.7-
YUV118.4261.17176.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.48%
G=36.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186107000.4210.2734.5210036.47
HexBA6B002A641B236424
Octal2721530052144334314444
Binary101110101101011001010101100100110111000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B00; }

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

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

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

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

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

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

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

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