Html Css Color HEX #BA6800 Tenne (Tawny)

📋 copy color: '#BA6800'

red 186 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #BA6800

Tints of Tenne (Tawny) #BA6800

RGB

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

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

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

R = 64.14%
G = 35.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6800 (or 0xBA6800) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 00. RGB value is (186,104,0). Sum of RGB (Red+Green+Blue) = 186+104+0=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6800 is #4597FF. Grayscale: #757575. Windows color (decimal): -4560896 or 26810. OLE color: 26810.

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

Color convert

RGB 186 104 0 -
CMYK 0 0.44 1 0.27
HSL 33.55º 1% 0.36% -
HSV(B) 33.55º 1% 0.73% -
XYZ 25.2 20.34 2.6 -
YUV 116.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 186 104 0 0 0.44 1 0.27 33.55 1 0.36
Hex BA 68 0 0 2C 64 1B 22 64 24
Octal 272 150 0 0 54 144 33 42 144 44
Binary 10111010 1101000 0 0 101100 1100100 11011 100010 1100100 100100

Color Harmonies of #BA6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6800

Black with #BA6800

Text Example


Text Example

White with #BA6800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6800; }

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

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

background-color css

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

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

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

border-color css

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

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

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