Html Css Color HEX #BE640C Tenne (Tawny)

📋 copy color: '#BE640C'

red 190 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #BE640C

Tints of Tenne (Tawny) #BE640C

RGB

 RED value IS 190 (74.61% from 255) = 62.91%

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

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

R = 62.91%
G = 33.11%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE640C (or 0xBE640C) is known color: Tenne (Tawny). HEX triplet: BE, 64 and 0C. RGB value is (190,100,12). Sum of RGB (Red+Green+Blue) = 190+100+12=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE640C is #419BF3. Grayscale: #757575. Windows color (decimal): -4299764 or 812222. OLE color: 812222.

HSL color Cylindrical-coordinate representation of color #BE640C: hue angle of 29.66º 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 #BE640C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 12 -
CMYK 0 0.47 0.94 0.25
HSL 29.66º 0.88% 0.4% -
HSV(B) 29.66º 0.94% 0.75% -
XYZ 25.86 20.09 2.86 -
YUV 116.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 190 100 12 0 0.47 0.94 0.25 29.66 0.88 0.4
Hex BE 64 C 0 2F 5E 19 1E 58 28
Octal 276 144 14 0 57 136 31 36 130 50
Binary 10111110 1100100 1100 0 101111 1011110 11001 11110 1011000 101000

Color Harmonies of #BE640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE640C

Black with #BE640C

Text Example


Text Example

White with #BE640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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