Html Css Color HEX #BF640C Tenne (Tawny)

📋 copy color: '#BF640C'

red 191 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #BF640C

Tints of Tenne (Tawny) #BF640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 63.04%
G = 33%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF640C (or 0xBF640C) is known color: Tenne (Tawny). HEX triplet: BF, 64 and 0C. RGB value is (191,100,12). Sum of RGB (Red+Green+Blue) = 191+100+12=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF640C is #409BF3. Grayscale: #757575. Windows color (decimal): -4234228 or 812223. OLE color: 812223.

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

Color convert

RGB 191 100 12 -
CMYK 0 0.48 0.94 0.25
HSL 29.5º 0.88% 0.4% -
HSV(B) 29.5º 0.94% 0.75% -
XYZ 26.11 20.22 2.87 -
YUV 117.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 191 100 12 0 0.48 0.94 0.25 29.5 0.88 0.4
Hex BF 64 C 0 30 5E 19 1D 58 28
Octal 277 144 14 0 60 136 31 35 130 50
Binary 10111111 1100100 1100 0 110000 1011110 11001 11101 1011000 101000

Color Harmonies of #BF640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF640C

Black with #BF640C

Text Example


Text Example

White with #BF640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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