Html Css Color HEX #BE5200 Tenne (Tawny)

📋 copy color: '#BE5200'

red 190 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #BE5200

Tints of Tenne (Tawny) #BE5200

RGB

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

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

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

R = 69.85%
G = 30.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE5200 (or 0xBE5200) is known color: Tenne (Tawny). HEX triplet: BE, 52 and 00. RGB value is (190,82,0). Sum of RGB (Red+Green+Blue) = 190+82+0=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5200 is #41ADFF. Grayscale: #696969. Windows color (decimal): -4304384 or 21182. OLE color: 21182.

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

Color convert

RGB 190 82 0 -
CMYK 0 0.57 1 0.25
HSL 25.89º 1% 0.37% -
HSV(B) 25.89º 1% 0.75% -
XYZ 24.25 16.98 2 -
YUV 104.94 68.78 188.67 -
System Red Green Blue C M Y K H S L
Decimal 190 82 0 0 0.57 1 0.25 25.89 1 0.37
Hex BE 52 0 0 39 64 19 1A 64 25
Octal 276 122 0 0 71 144 31 32 144 45
Binary 10111110 1010010 0 0 111001 1100100 11001 11010 1100100 100101

Color Harmonies of #BE5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5200

Black with #BE5200

Text Example


Text Example

White with #BE5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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