Html Css Color HEX #BE650F Tenne (Tawny)

📋 copy color: '#BE650F'

red 190 ◦ green 101 ◦ blue 15

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

Shades of Tenne (Tawny) #BE650F

Tints of Tenne (Tawny) #BE650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 62.09%
G = 33.01%
B = 4.9%

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

#BE650F (or 0xBE650F) is known color: Tenne (Tawny). HEX triplet: BE, 65 and 0F. RGB value is (190,101,15). Sum of RGB (Red+Green+Blue) = 190+101+15=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE650F is #419AF0. Grayscale: #767676. Windows color (decimal): -4299505 or 1009086. OLE color: 1009086.

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

Color convert

RGB 190 101 15 -
CMYK 0 0.47 0.92 0.25
HSL 29.49º 0.85% 0.4% -
HSV(B) 29.49º 0.92% 0.75% -
XYZ 25.98 20.29 3 -
YUV 117.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 190 101 15 0 0.47 0.92 0.25 29.49 0.85 0.4
Hex BE 65 F 0 2F 5C 19 1D 55 28
Octal 276 145 17 0 57 134 31 35 125 50
Binary 10111110 1100101 1111 0 101111 1011100 11001 11101 1010101 101000

Color Harmonies of #BE650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE650F

Black with #BE650F

Text Example


Text Example

White with #BE650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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