Html Css Color HEX #BE5E01 Tenne (Tawny)

📋 copy color: '#BE5E01'

red 190 ◦ green 94 ◦ blue 1

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

Shades of Tenne (Tawny) #BE5E01

Tints of Tenne (Tawny) #BE5E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 66.67%
G = 32.98%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE5E01 (or 0xBE5E01) is known color: Tenne (Tawny). HEX triplet: BE, 5E and 01. RGB value is (190,94,1). Sum of RGB (Red+Green+Blue) = 190+94+1=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E01 is #41A1FE. Grayscale: #707070. Windows color (decimal): -4301311 or 89790. OLE color: 89790.

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

Color convert

RGB 190 94 1 -
CMYK 0 0.51 0.99 0.25
HSL 29.52º 0.99% 0.37% -
HSV(B) 29.52º 0.99% 0.75% -
XYZ 25.24 18.95 2.36 -
YUV 112.1 65.3 183.56 -
System Red Green Blue C M Y K H S L
Decimal 190 94 1 0 0.51 0.99 0.25 29.52 0.99 0.37
Hex BE 5E 1 0 33 63 19 1E 63 25
Octal 276 136 1 0 63 143 31 36 143 45
Binary 10111110 1011110 1 0 110011 1100011 11001 11110 1100011 100101

Color Harmonies of #BE5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E01

Black with #BE5E01

Text Example


Text Example

White with #BE5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E01; }

 p { color: rgb(190,94,1); }

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

background-color css

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

 a { background-color: rgb(190,94,1); }

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

border-color css

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

 span { border-color: rgb(190,94,1); }

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