Html Css Color HEX #BE4F00 Tenne (Tawny)

📋 copy color: '#BE4F00'

red 190 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #BE4F00

Tints of Tenne (Tawny) #BE4F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.63%
G = 29.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE4F00 (or 0xBE4F00) is known color: Tenne (Tawny). HEX triplet: BE, 4F and 00. RGB value is (190,79,0). Sum of RGB (Red+Green+Blue) = 190+79+0=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4F00 is #41B0FF. Grayscale: #676767. Windows color (decimal): -4305152 or 20414. OLE color: 20414.

HSL color Cylindrical-coordinate representation of color #BE4F00: hue angle of 24.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE4F00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 79 0 -
CMYK 0 0.58 1 0.25
HSL 24.95º 1% 0.37% -
HSV(B) 24.95º 1% 0.75% -
XYZ 24.03 16.54 1.93 -
YUV 103.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 190 79 0 0 0.58 1 0.25 24.95 1 0.37
Hex BE 4F 0 0 3A 64 19 19 64 25
Octal 276 117 0 0 72 144 31 31 144 45
Binary 10111110 1001111 0 0 111010 1100100 11001 11001 1100100 100101

Color Harmonies of #BE4F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4F00

Black with #BE4F00

Text Example


Text Example

White with #BE4F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4F00; }

 p { color: rgb(190,79,0); }

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

background-color css

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

 a { background-color: rgb(190,79,0); }

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

border-color css

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

 span { border-color: rgb(190,79,0); }

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