Html Css Color HEX #BE5207 Tenne (Tawny)

📋 copy color: '#BE5207'

red 190 ◦ green 82 ◦ blue 7

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

Shades of Tenne (Tawny) #BE5207

Tints of Tenne (Tawny) #BE5207

RGB

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

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

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

R = 68.1%
G = 29.39%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE5207 (or 0xBE5207) is known color: Tenne (Tawny). HEX triplet: BE, 52 and 07. RGB value is (190,82,7). Sum of RGB (Red+Green+Blue) = 190+82+7=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5207 is #41ADF8. Grayscale: #6A6A6A. Windows color (decimal): -4304377 or 479934. OLE color: 479934.

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

Color convert

RGB 190 82 7 -
CMYK 0 0.57 0.96 0.25
HSL 24.59º 0.93% 0.39% -
HSV(B) 24.59º 0.96% 0.75% -
XYZ 24.29 17 2.2 -
YUV 105.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 190 82 7 0 0.57 0.96 0.25 24.59 0.93 0.39
Hex BE 52 7 0 39 60 19 19 5D 27
Octal 276 122 7 0 71 140 31 31 135 47
Binary 10111110 1010010 111 0 111001 1100000 11001 11001 1011101 100111

Color Harmonies of #BE5207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5207

Black with #BE5207

Text Example


Text Example

White with #BE5207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5207; }

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

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

background-color css

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

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

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

border-color css

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

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

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