Html Css Color HEX #BA6808 Tenne (Tawny)

📋 copy color: '#BA6808'

red 186 ◦ green 104 ◦ blue 8

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

Shades of Tenne (Tawny) #BA6808

Tints of Tenne (Tawny) #BA6808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 62.42%
G = 34.9%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6808 (or 0xBA6808) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 08. RGB value is (186,104,8). Sum of RGB (Red+Green+Blue) = 186+104+8=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6808 is #4597F7. Grayscale: #767676. Windows color (decimal): -4560888 or 551098. OLE color: 551098.

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

Color convert

RGB 186 104 8 -
CMYK 0 0.44 0.96 0.27
HSL 32.36º 0.92% 0.38% -
HSV(B) 32.36º 0.96% 0.73% -
XYZ 25.24 20.36 2.83 -
YUV 117.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 186 104 8 0 0.44 0.96 0.27 32.36 0.92 0.38
Hex BA 68 8 0 2C 60 1B 20 5C 26
Octal 272 150 10 0 54 140 33 40 134 46
Binary 10111010 1101000 1000 0 101100 1100000 11011 100000 1011100 100110

Color Harmonies of #BA6808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6808

Black with #BA6808

Text Example


Text Example

White with #BA6808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6808; }

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

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

background-color css

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

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

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

border-color css

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

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

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