Html Css Color HEX #BA610F Tenne (Tawny)

📋 copy color: '#BA610F'

red 186 ◦ green 97 ◦ blue 15

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

Shades of Tenne (Tawny) #BA610F

Tints of Tenne (Tawny) #BA610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 62.42%
G = 32.55%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA610F (or 0xBA610F) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 0F. RGB value is (186,97,15). Sum of RGB (Red+Green+Blue) = 186+97+15=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA610F is #459EF0. Grayscale: #727272. Windows color (decimal): -4562673 or 1008058. OLE color: 1008058.

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

Color convert

RGB 186 97 15 -
CMYK 0 0.48 0.92 0.27
HSL 28.77º 0.85% 0.39% -
HSV(B) 28.77º 0.92% 0.73% -
XYZ 24.61 19.02 2.83 -
YUV 114.26 71.99 179.17 -
System Red Green Blue C M Y K H S L
Decimal 186 97 15 0 0.48 0.92 0.27 28.77 0.85 0.39
Hex BA 61 F 0 30 5C 1B 1D 55 27
Octal 272 141 17 0 60 134 33 35 125 47
Binary 10111010 1100001 1111 0 110000 1011100 11011 11101 1010101 100111

Color Harmonies of #BA610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA610F

Black with #BA610F

Text Example


Text Example

White with #BA610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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