Html Css Color HEX #BA640F Tenne (Tawny)

📋 copy color: '#BA640F'

red 186 ◦ green 100 ◦ blue 15

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

Shades of Tenne (Tawny) #BA640F

Tints of Tenne (Tawny) #BA640F

RGB

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

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

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

R = 61.79%
G = 33.22%
B = 4.98%

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

#BA640F (or 0xBA640F) is known color: Tenne (Tawny). HEX triplet: BA, 64 and 0F. RGB value is (186,100,15). Sum of RGB (Red+Green+Blue) = 186+100+15=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA640F is #459BF0. Grayscale: #747474. Windows color (decimal): -4561905 or 1008826. OLE color: 1008826.

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

Color convert

RGB 186 100 15 -
CMYK 0 0.46 0.92 0.27
HSL 29.82º 0.85% 0.39% -
HSV(B) 29.82º 0.92% 0.73% -
XYZ 24.89 19.59 2.92 -
YUV 116.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 186 100 15 0 0.46 0.92 0.27 29.82 0.85 0.39
Hex BA 64 F 0 2E 5C 1B 1E 55 27
Octal 272 144 17 0 56 134 33 36 125 47
Binary 10111010 1100100 1111 0 101110 1011100 11011 11110 1010101 100111

Color Harmonies of #BA640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA640F

Black with #BA640F

Text Example


Text Example

White with #BA640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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