Html Css Color HEX #BE4C00 Tenne (Tawny)

📋 copy color: '#BE4C00'

red 190 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #BE4C00

Tints of Tenne (Tawny) #BE4C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.57%

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

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE4C00 (or 0xBE4C00) is known color: Tenne (Tawny). HEX triplet: BE, 4C and 00. RGB value is (190,76,0). Sum of RGB (Red+Green+Blue) = 190+76+0=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C00 is #41B3FF. Grayscale: #656565. Windows color (decimal): -4305920 or 19646. OLE color: 19646.

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

Color convert

RGB 190 76 0 -
CMYK 0 0.60 1 0.25
HSL 24º 1% 0.37% -
HSV(B) 24º 1% 0.75% -
XYZ 23.82 16.12 1.86 -
YUV 101.42 70.77 191.18 -
System Red Green Blue C M Y K H S L
Decimal 190 76 0 0 0.60 1 0.25 24 1 0.37
Hex BE 4C 0 0 3C 64 19 18 64 25
Octal 276 114 0 0 74 144 31 30 144 45
Binary 10111110 1001100 0 0 111100 1100100 11001 11000 1100100 100101

Color Harmonies of #BE4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C00

Black with #BE4C00

Text Example


Text Example

White with #BE4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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