Html Css Color HEX #BE5E12 Tenne (Tawny)

📋 copy color: '#BE5E12'

red 190 ◦ green 94 ◦ blue 18

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

Shades of Tenne (Tawny) #BE5E12

Tints of Tenne (Tawny) #BE5E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 62.91%
G = 31.13%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE5E12 (or 0xBE5E12) is known color: Tenne (Tawny). HEX triplet: BE, 5E and 12. RGB value is (190,94,18). Sum of RGB (Red+Green+Blue) = 190+94+18=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E12 is #41A1ED. Grayscale: #727272. Windows color (decimal): -4301294 or 1203902. OLE color: 1203902.

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

Color convert

RGB 190 94 18 -
CMYK 0 0.51 0.91 0.25
HSL 26.51º 0.83% 0.41% -
HSV(B) 26.51º 0.91% 0.75% -
XYZ 25.35 19 2.9 -
YUV 114.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 190 94 18 0 0.51 0.91 0.25 26.51 0.83 0.41
Hex BE 5E 12 0 33 5B 19 1B 53 29
Octal 276 136 22 0 63 133 31 33 123 51
Binary 10111110 1011110 10010 0 110011 1011011 11001 11011 1010011 101001

Color Harmonies of #BE5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E12

Black with #BE5E12

Text Example


Text Example

White with #BE5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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