Html Css Color HEX #BE5C01 Tenne (Tawny)

📋 copy color: '#BE5C01'

red 190 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #BE5C01

Tints of Tenne (Tawny) #BE5C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 67.14%
G = 32.51%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE5C01 (or 0xBE5C01) is known color: Tenne (Tawny). HEX triplet: BE, 5C and 01. RGB value is (190,92,1). Sum of RGB (Red+Green+Blue) = 190+92+1=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5C01 is #41A3FE. Grayscale: #6F6F6F. Windows color (decimal): -4301823 or 89278. OLE color: 89278.

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

Color convert

RGB 190 92 1 -
CMYK 0 0.52 0.99 0.25
HSL 28.89º 0.99% 0.37% -
HSV(B) 28.89º 0.99% 0.75% -
XYZ 25.07 18.6 2.3 -
YUV 110.93 65.97 184.4 -
System Red Green Blue C M Y K H S L
Decimal 190 92 1 0 0.52 0.99 0.25 28.89 0.99 0.37
Hex BE 5C 1 0 34 63 19 1D 63 25
Octal 276 134 1 0 64 143 31 35 143 45
Binary 10111110 1011100 1 0 110100 1100011 11001 11101 1100011 100101

Color Harmonies of #BE5C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C01

Black with #BE5C01

Text Example


Text Example

White with #BE5C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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