#BE6404

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

Shades of Tenne (Tawny) #BE6404

Tints of Tenne (Tawny) #BE6404

Color information

#BE6404 (or 0xBE6404) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 64 and 04. RGB value is (190,100,4). Sum of RGB (Red+Green+Blue) = 190+100+4=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6404 is #419BFB. Grayscale: #747474. Windows color (decimal): -4299772 or 287934. OLE color: 287934.

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

Color convert

RGB1901004-
CMYK00.470.980.25
HSL30.97º95.88%38.04%-
HSV(B)30.97º97.89%74.51%-
XYZ25.8120.072.63-
YUV115.9764.82180.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=64.63%
G=34.01%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190100400.470.980.2530.9795.8838.04
HexBE64402F62191f6026
Octal2761444057142313714046
Binary1011111011001001000101111110001011001111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6404; }

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

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

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

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

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

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

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

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