Html Css Color HEX #BA620E Tenne (Tawny)

📋 copy color: '#BA620E'

red 186 ◦ green 98 ◦ blue 14

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

Shades of Tenne (Tawny) #BA620E

Tints of Tenne (Tawny) #BA620E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.7%

R = 62.42%
G = 32.89%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA620E (or 0xBA620E) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 0E. RGB value is (186,98,14). Sum of RGB (Red+Green+Blue) = 186+98+14=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA620E is #459DF1. Grayscale: #737373. Windows color (decimal): -4562418 or 942778. OLE color: 942778.

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

Color convert

RGB 186 98 14 -
CMYK 0 0.47 0.92 0.27
HSL 29.3º 0.86% 0.39% -
HSV(B) 29.3º 0.92% 0.73% -
XYZ 24.7 19.21 2.82 -
YUV 114.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 186 98 14 0 0.47 0.92 0.27 29.3 0.86 0.39
Hex BA 62 E 0 2F 5C 1B 1D 56 27
Octal 272 142 16 0 57 134 33 35 126 47
Binary 10111010 1100010 1110 0 101111 1011100 11011 11101 1010110 100111

Color Harmonies of #BA620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA620E

Black with #BA620E

Text Example


Text Example

White with #BA620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA620E; }

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

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

background-color css

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

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

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

border-color css

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

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

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