Html Css Color HEX #BA6805 Tenne (Tawny)

📋 copy color: '#BA6805'

red 186 ◦ green 104 ◦ blue 5

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

Shades of Tenne (Tawny) #BA6805

Tints of Tenne (Tawny) #BA6805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 63.05%
G = 35.25%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6805 (or 0xBA6805) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 05. RGB value is (186,104,5). Sum of RGB (Red+Green+Blue) = 186+104+5=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6805 is #4597FA. Grayscale: #757575. Windows color (decimal): -4560891 or 354490. OLE color: 354490.

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

Color convert

RGB 186 104 5 -
CMYK 0 0.44 0.97 0.27
HSL 32.82º 0.95% 0.37% -
HSV(B) 32.82º 0.97% 0.73% -
XYZ 25.23 20.35 2.74 -
YUV 117.23 64.67 177.05 -
System Red Green Blue C M Y K H S L
Decimal 186 104 5 0 0.44 0.97 0.27 32.82 0.95 0.37
Hex BA 68 5 0 2C 61 1B 21 5F 25
Octal 272 150 5 0 54 141 33 41 137 45
Binary 10111010 1101000 101 0 101100 1100001 11011 100001 1011111 100101

Color Harmonies of #BA6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6805

Black with #BA6805

Text Example


Text Example

White with #BA6805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6805; }

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

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

background-color css

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

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

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

border-color css

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

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

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