#BE5404

Color #BE5404 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BE5404

Tints of Tenne (Tawny) #BE5404

Color information

#BE5404 (or 0xBE5404) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 54 and 04. RGB value is (190,84,4). Sum of RGB (Red+Green+Blue) = 190+84+4=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5404 is #41ABFB. Grayscale: #6B6B6B. Windows color (decimal): -4303868 or 283838. OLE color: 283838.

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

Color convert

RGB190844-
CMYK00.560.980.25
HSL25.81º95.88%38.04%-
HSV(B)25.81º97.89%74.51%-
XYZ24.4317.32.17-
YUV106.5770.12187.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.35%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=68.35%
G=30.22%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19084400.560.980.2525.8195.8838.04
HexBE54403862191a6026
Octal2761244070142313214046
Binary1011111010101001000111000110001011001110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5404; }

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

 H1.HeaderClassName
 {
   color: #BE5404;
 }
 .AnyTagClassName
 {
   color: #BE5404;
 }
</style>
background-color css

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

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

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

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

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

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