Html Css Color HEX #BA6400 Tenne (Tawny)

📋 copy color: '#BA6400'

red 186 ◦ green 100 ◦ blue 0

#BA6400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BA6400

Tints of Tenne (Tawny) #BA6400

RGB

 RED value IS 186 (73.05% from 255) = 65.03%

 GREEN value IS 100 (39.45% from 255) = 34.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.03%
G = 34.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6400 (or 0xBA6400) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 00. RGB value is (186,100,0). Sum of RGB (Red+Green+Blue) = 186+100+0=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6400 is #459BFF. Grayscale: #727272. Windows color (decimal): -4561920 or 25786. OLE color: 25786.

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

Color convert

RGB 186 100 0 -
CMYK 0 0.46 1 0.27
HSL 32.26º 1% 0.36% -
HSV(B) 32.26º 1% 0.73% -
XYZ 24.81 19.55 2.47 -
YUV 114.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 186 100 0 0 0.46 1 0.27 32.26 1 0.36
Hex BA 64 0 0 2E 64 1B 20 64 24
Octal 272 144 0 0 56 144 33 40 144 44
Binary 10111010 1100100 0 0 101110 1100100 11011 100000 1100100 100100

Color Harmonies of #BA6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6400

Black with #BA6400

Text Example


Text Example

White with #BA6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6400; }

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

 H1.HeaderClassName
 {
   color: #BA6400;
 }
 .AnyTagClassName
 {
   color: #BA6400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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