Html Css Color HEX #BA640E Tenne (Tawny)

📋 copy color: '#BA640E'

red 186 ◦ green 100 ◦ blue 14

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

Shades of Tenne (Tawny) #BA640E

Tints of Tenne (Tawny) #BA640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 62%
G = 33.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA640E (or 0xBA640E) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 0E. RGB value is (186,100,14). Sum of RGB (Red+Green+Blue) = 186+100+14=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA640E is #459BF1. Grayscale: #747474. Windows color (decimal): -4561906 or 943290. OLE color: 943290.

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

Color convert

RGB 186 100 14 -
CMYK 0 0.46 0.92 0.27
HSL 30º 0.86% 0.39% -
HSV(B) 30º 0.92% 0.73% -
XYZ 24.89 19.59 2.88 -
YUV 115.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 186 100 14 0 0.46 0.92 0.27 30 0.86 0.39
Hex BA 64 E 0 2E 5C 1B 1E 56 27
Octal 272 144 16 0 56 134 33 36 126 47
Binary 10111010 1100100 1110 0 101110 1011100 11011 11110 1010110 100111

Color Harmonies of #BA640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA640E

Black with #BA640E

Text Example


Text Example

White with #BA640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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