Html Css Color HEX #BE5E13 Tenne (Tawny)

📋 copy color: '#BE5E13'

red 190 ◦ green 94 ◦ blue 19

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

Shades of Tenne (Tawny) #BE5E13

Tints of Tenne (Tawny) #BE5E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 62.71%
G = 31.02%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE5E13 (or 0xBE5E13) is known color: Tenne (Tawny). HEX triplet: BE, 5E and 13. RGB value is (190,94,19). Sum of RGB (Red+Green+Blue) = 190+94+19=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E13 is #41A1EC. Grayscale: #727272. Windows color (decimal): -4301293 or 1269438. OLE color: 1269438.

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

Color convert

RGB 190 94 19 -
CMYK 0 0.51 0.90 0.25
HSL 26.32º 0.82% 0.41% -
HSV(B) 26.32º 0.9% 0.75% -
XYZ 25.36 19 2.95 -
YUV 114.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 190 94 19 0 0.51 0.90 0.25 26.32 0.82 0.41
Hex BE 5E 13 0 33 5A 19 1A 52 29
Octal 276 136 23 0 63 132 31 32 122 51
Binary 10111110 1011110 10011 0 110011 1011010 11001 11010 1010010 101001

Color Harmonies of #BE5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E13

Black with #BE5E13

Text Example


Text Example

White with #BE5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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