Html Css Color HEX #BA6211 Tenne (Tawny)

📋 copy color: '#BA6211'

red 186 ◦ green 98 ◦ blue 17

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

Shades of Tenne (Tawny) #BA6211

Tints of Tenne (Tawny) #BA6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 61.79%
G = 32.56%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA6211 (or 0xBA6211) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 11. RGB value is (186,98,17). Sum of RGB (Red+Green+Blue) = 186+98+17=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6211 is #459DEE. Grayscale: #737373. Windows color (decimal): -4562415 or 1139386. OLE color: 1139386.

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

Color convert

RGB 186 98 17 -
CMYK 0 0.47 0.91 0.27
HSL 28.76º 0.83% 0.4% -
HSV(B) 28.76º 0.91% 0.73% -
XYZ 24.72 19.21 2.94 -
YUV 115.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 186 98 17 0 0.47 0.91 0.27 28.76 0.83 0.4
Hex BA 62 11 0 2F 5B 1B 1D 53 28
Octal 272 142 21 0 57 133 33 35 123 50
Binary 10111010 1100010 10001 0 101111 1011011 11011 11101 1010011 101000

Color Harmonies of #BA6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6211

Black with #BA6211

Text Example


Text Example

White with #BA6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6211; }

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

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

background-color css

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

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

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

border-color css

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

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

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