Html Css Color HEX #BA6111 Tenne (Tawny)

📋 copy color: '#BA6111'

red 186 ◦ green 97 ◦ blue 17

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

Shades of Tenne (Tawny) #BA6111

Tints of Tenne (Tawny) #BA6111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 62%
G = 32.33%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6111 (or 0xBA6111) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 11. RGB value is (186,97,17). Sum of RGB (Red+Green+Blue) = 186+97+17=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6111 is #459EEE. Grayscale: #727272. Windows color (decimal): -4562671 or 1139130. OLE color: 1139130.

HSL color Cylindrical-coordinate representation of color #BA6111: hue angle of 28.4º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA6111 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 97 17 -
CMYK 0 0.48 0.91 0.27
HSL 28.4º 0.83% 0.4% -
HSV(B) 28.4º 0.91% 0.73% -
XYZ 24.63 19.03 2.91 -
YUV 114.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 186 97 17 0 0.48 0.91 0.27 28.4 0.83 0.4
Hex BA 61 11 0 30 5B 1B 1C 53 28
Octal 272 141 21 0 60 133 33 34 123 50
Binary 10111010 1100001 10001 0 110000 1011011 11011 11100 1010011 101000

Color Harmonies of #BA6111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6111

Black with #BA6111

Text Example


Text Example

White with #BA6111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6111; }

 p { color: rgb(186,97,17); }

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

background-color css

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

 a { background-color: rgb(186,97,17); }

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

border-color css

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

 span { border-color: rgb(186,97,17); }

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