Html Css Color HEX #BA6407 Tenne (Tawny)

📋 copy color: '#BA6407'

red 186 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #BA6407

Tints of Tenne (Tawny) #BA6407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.39%

R = 63.48%
G = 34.13%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6407 (or 0xBA6407) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 07. RGB value is (186,100,7). Sum of RGB (Red+Green+Blue) = 186+100+7=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6407 is #459BF8. Grayscale: #737373. Windows color (decimal): -4561913 or 484538. OLE color: 484538.

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

Color convert

RGB 186 100 7 -
CMYK 0 0.46 0.96 0.27
HSL 31.17º 0.93% 0.38% -
HSV(B) 31.17º 0.96% 0.73% -
XYZ 24.85 19.57 2.67 -
YUV 115.11 66.99 178.56 -
System Red Green Blue C M Y K H S L
Decimal 186 100 7 0 0.46 0.96 0.27 31.17 0.93 0.38
Hex BA 64 7 0 2E 60 1B 1F 5D 26
Octal 272 144 7 0 56 140 33 37 135 46
Binary 10111010 1100100 111 0 101110 1100000 11011 11111 1011101 100110

Color Harmonies of #BA6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6407

Black with #BA6407

Text Example


Text Example

White with #BA6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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