Html Css Color HEX #BA6210 Tenne (Tawny)

📋 copy color: '#BA6210'

red 186 ◦ green 98 ◦ blue 16

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

Shades of Tenne (Tawny) #BA6210

Tints of Tenne (Tawny) #BA6210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 62%
G = 32.67%
B = 5.33%

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

#BA6210 (or 0xBA6210) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 10. RGB value is (186,98,16). Sum of RGB (Red+Green+Blue) = 186+98+16=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6210 is #459DEF. Grayscale: #737373. Windows color (decimal): -4562416 or 1073850. OLE color: 1073850.

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

Color convert

RGB 186 98 16 -
CMYK 0 0.47 0.91 0.27
HSL 28.94º 0.84% 0.4% -
HSV(B) 28.94º 0.91% 0.73% -
XYZ 24.71 19.21 2.9 -
YUV 114.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 186 98 16 0 0.47 0.91 0.27 28.94 0.84 0.4
Hex BA 62 10 0 2F 5B 1B 1D 54 28
Octal 272 142 20 0 57 133 33 35 124 50
Binary 10111010 1100010 10000 0 101111 1011011 11011 11101 1010100 101000

Color Harmonies of #BA6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6210

Black with #BA6210

Text Example


Text Example

White with #BA6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6210; }

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

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

background-color css

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

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

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

border-color css

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

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

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