Html Css Color HEX #BE5407 Tenne (Tawny)

📋 copy color: '#BE5407'

red 190 ◦ green 84 ◦ blue 7

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

Shades of Tenne (Tawny) #BE5407

Tints of Tenne (Tawny) #BE5407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 67.62%
G = 29.89%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE5407 (or 0xBE5407) is known color: Tenne (Tawny). HEX triplet: BE, 54 and 07. RGB value is (190,84,7). Sum of RGB (Red+Green+Blue) = 190+84+7=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5407 is #41ABF8. Grayscale: #6B6B6B. Windows color (decimal): -4303865 or 480446. OLE color: 480446.

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

Color convert

RGB 190 84 7 -
CMYK 0 0.56 0.96 0.25
HSL 25.25º 0.93% 0.39% -
HSV(B) 25.25º 0.96% 0.75% -
XYZ 24.44 17.3 2.25 -
YUV 106.92 71.62 187.26 -
System Red Green Blue C M Y K H S L
Decimal 190 84 7 0 0.56 0.96 0.25 25.25 0.93 0.39
Hex BE 54 7 0 38 60 19 19 5D 27
Octal 276 124 7 0 70 140 31 31 135 47
Binary 10111110 1010100 111 0 111000 1100000 11001 11001 1011101 100111

Color Harmonies of #BE5407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5407

Black with #BE5407

Text Example


Text Example

White with #BE5407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5407; }

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

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

background-color css

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

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

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

border-color css

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

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

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