Html Css Color HEX #BA6110 Tenne (Tawny)

📋 copy color: '#BA6110'

red 186 ◦ green 97 ◦ blue 16

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

Shades of Tenne (Tawny) #BA6110

Tints of Tenne (Tawny) #BA6110

RGB

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

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

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

R = 62.21%
G = 32.44%
B = 5.35%

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

#BA6110 (or 0xBA6110) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 10. RGB value is (186,97,16). Sum of RGB (Red+Green+Blue) = 186+97+16=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6110 is #459EEF. Grayscale: #727272. Windows color (decimal): -4562672 or 1073594. OLE color: 1073594.

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

Color convert

RGB 186 97 16 -
CMYK 0 0.48 0.91 0.27
HSL 28.59º 0.84% 0.4% -
HSV(B) 28.59º 0.91% 0.73% -
XYZ 24.62 19.03 2.87 -
YUV 114.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 186 97 16 0 0.48 0.91 0.27 28.59 0.84 0.4
Hex BA 61 10 0 30 5B 1B 1D 54 28
Octal 272 141 20 0 60 133 33 35 124 50
Binary 10111010 1100001 10000 0 110000 1011011 11011 11101 1010100 101000

Color Harmonies of #BA6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6110

Black with #BA6110

Text Example


Text Example

White with #BA6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6110; }

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

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

background-color css

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

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

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

border-color css

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

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

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