Html Css Color HEX #BE5E07 Tenne (Tawny)

📋 copy color: '#BE5E07'

red 190 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #BE5E07

Tints of Tenne (Tawny) #BE5E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 65.29%
G = 32.3%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE5E07 (or 0xBE5E07) is known color: Tenne (Tawny). HEX triplet: BE, 5E and 07. RGB value is (190,94,7). Sum of RGB (Red+Green+Blue) = 190+94+7=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E07 is #41A1F8. Grayscale: #717171. Windows color (decimal): -4301305 or 483006. OLE color: 483006.

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

Color convert

RGB 190 94 7 -
CMYK 0 0.51 0.96 0.25
HSL 28.52º 0.93% 0.39% -
HSV(B) 28.52º 0.96% 0.75% -
XYZ 25.28 18.97 2.53 -
YUV 112.79 68.3 183.07 -
System Red Green Blue C M Y K H S L
Decimal 190 94 7 0 0.51 0.96 0.25 28.52 0.93 0.39
Hex BE 5E 7 0 33 60 19 1D 5D 27
Octal 276 136 7 0 63 140 31 35 135 47
Binary 10111110 1011110 111 0 110011 1100000 11001 11101 1011101 100111

Color Harmonies of #BE5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E07

Black with #BE5E07

Text Example


Text Example

White with #BE5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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