Html Css Color HEX #BA6406 Tenne (Tawny)

📋 copy color: '#BA6406'

red 186 ◦ green 100 ◦ blue 6

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

Shades of Tenne (Tawny) #BA6406

Tints of Tenne (Tawny) #BA6406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.05%

R = 63.7%
G = 34.25%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6406 (or 0xBA6406) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 06. RGB value is (186,100,6). Sum of RGB (Red+Green+Blue) = 186+100+6=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6406 is #459BF9. Grayscale: #737373. Windows color (decimal): -4561914 or 419002. OLE color: 419002.

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

Color convert

RGB 186 100 6 -
CMYK 0 0.46 0.97 0.27
HSL 31.33º 0.94% 0.38% -
HSV(B) 31.33º 0.97% 0.73% -
XYZ 24.84 19.57 2.64 -
YUV 115 66.49 178.64 -
System Red Green Blue C M Y K H S L
Decimal 186 100 6 0 0.46 0.97 0.27 31.33 0.94 0.38
Hex BA 64 6 0 2E 61 1B 1F 5E 26
Octal 272 144 6 0 56 141 33 37 136 46
Binary 10111010 1100100 110 0 101110 1100001 11011 11111 1011110 100110

Color Harmonies of #BA6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6406

Black with #BA6406

Text Example


Text Example

White with #BA6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6406; }

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

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

background-color css

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

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

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

border-color css

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

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

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