Html Css Color HEX #BE640F Tenne (Tawny)

📋 copy color: '#BE640F'

red 190 ◦ green 100 ◦ blue 15

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

Shades of Tenne (Tawny) #BE640F

Tints of Tenne (Tawny) #BE640F

RGB

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

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

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

R = 62.3%
G = 32.79%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE640F (or 0xBE640F) is known color: Tenne (Tawny). HEX triplet: BE, 64 and 0F. RGB value is (190,100,15). Sum of RGB (Red+Green+Blue) = 190+100+15=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE640F is #419BF0. Grayscale: #757575. Windows color (decimal): -4299761 or 1008830. OLE color: 1008830.

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

Color convert

RGB 190 100 15 -
CMYK 0 0.47 0.92 0.25
HSL 29.14º 0.85% 0.4% -
HSV(B) 29.14º 0.92% 0.75% -
XYZ 25.88 20.1 2.97 -
YUV 117.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 190 100 15 0 0.47 0.92 0.25 29.14 0.85 0.4
Hex BE 64 F 0 2F 5C 19 1D 55 28
Octal 276 144 17 0 57 134 31 35 125 50
Binary 10111110 1100100 1111 0 101111 1011100 11001 11101 1010101 101000

Color Harmonies of #BE640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE640F

Black with #BE640F

Text Example


Text Example

White with #BE640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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