Html Css Color HEX #BA6408 Tenne (Tawny)

📋 copy color: '#BA6408'

red 186 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #BA6408

Tints of Tenne (Tawny) #BA6408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.72%

R = 63.27%
G = 34.01%
B = 2.72%

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

#BA6408 (or 0xBA6408) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 08. RGB value is (186,100,8). Sum of RGB (Red+Green+Blue) = 186+100+8=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6408 is #459BF7. Grayscale: #737373. Windows color (decimal): -4561912 or 550074. OLE color: 550074.

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

Color convert

RGB 186 100 8 -
CMYK 0 0.46 0.96 0.27
HSL 31.01º 0.92% 0.38% -
HSV(B) 31.01º 0.96% 0.73% -
XYZ 24.85 19.57 2.7 -
YUV 115.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 186 100 8 0 0.46 0.96 0.27 31.01 0.92 0.38
Hex BA 64 8 0 2E 60 1B 1F 5C 26
Octal 272 144 10 0 56 140 33 37 134 46
Binary 10111010 1100100 1000 0 101110 1100000 11011 11111 1011100 100110

Color Harmonies of #BA6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6408

Black with #BA6408

Text Example


Text Example

White with #BA6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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