Html Css Color HEX #BF640E Tenne (Tawny)

📋 copy color: '#BF640E'

red 191 ◦ green 100 ◦ blue 14

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

Shades of Tenne (Tawny) #BF640E

Tints of Tenne (Tawny) #BF640E

RGB

 RED value IS 191 (75% from 255) = 62.62%

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

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

R = 62.62%
G = 32.79%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF640E (or 0xBF640E) is known color: Tenne (Tawny). HEX triplet: BF, 64 and 0E. RGB value is (191,100,14). Sum of RGB (Red+Green+Blue) = 191+100+14=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF640E is #409BF1. Grayscale: #757575. Windows color (decimal): -4234226 or 943295. OLE color: 943295.

HSL color Cylindrical-coordinate representation of color #BF640E: hue angle of 29.15º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF640E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 100 14 -
CMYK 0 0.48 0.93 0.25
HSL 29.15º 0.86% 0.4% -
HSV(B) 29.15º 0.93% 0.75% -
XYZ 26.12 20.22 2.94 -
YUV 117.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 191 100 14 0 0.48 0.93 0.25 29.15 0.86 0.4
Hex BF 64 E 0 30 5D 19 1D 56 28
Octal 277 144 16 0 60 135 31 35 126 50
Binary 10111111 1100100 1110 0 110000 1011101 11001 11101 1010110 101000

Color Harmonies of #BF640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF640E

Black with #BF640E

Text Example


Text Example

White with #BF640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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