Html Css Color HEX #BE5201 Tenne (Tawny)

📋 copy color: '#BE5201'

red 190 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #BE5201

Tints of Tenne (Tawny) #BE5201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 69.6%
G = 30.04%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE5201 (or 0xBE5201) is known color: Tenne (Tawny). HEX triplet: BE, 52 and 01. RGB value is (190,82,1). Sum of RGB (Red+Green+Blue) = 190+82+1=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5201 is #41ADFE. Grayscale: #696969. Windows color (decimal): -4304383 or 86718. OLE color: 86718.

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

Color convert

RGB 190 82 1 -
CMYK 0 0.57 0.99 0.25
HSL 25.71º 0.99% 0.37% -
HSV(B) 25.71º 0.99% 0.75% -
XYZ 24.26 16.98 2.03 -
YUV 105.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 190 82 1 0 0.57 0.99 0.25 25.71 0.99 0.37
Hex BE 52 1 0 39 63 19 1A 63 25
Octal 276 122 1 0 71 143 31 32 143 45
Binary 10111110 1010010 1 0 111001 1100011 11001 11010 1100011 100101

Color Harmonies of #BE5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5201

Black with #BE5201

Text Example


Text Example

White with #BE5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5201; }

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

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

background-color css

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

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

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

border-color css

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

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

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