#BE6504

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

Shades of Tenne (Tawny) #BE6504

Tints of Tenne (Tawny) #BE6504

Color information

#BE6504 (or 0xBE6504) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 65 and 04. RGB value is (190,101,4). Sum of RGB (Red+Green+Blue) = 190+101+4=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6504 is #419AFB. Grayscale: #757575. Windows color (decimal): -4299516 or 288190. OLE color: 288190.

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

Color convert

RGB1901014-
CMYK00.470.980.25
HSL31.29º95.88%38.04%-
HSV(B)31.29º97.89%74.51%-
XYZ25.9120.262.66-
YUV116.5564.49180.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=64.41%
G=34.24%
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
Decimal190101400.470.980.2531.2995.8838.04
HexBE65402F62191f6026
Octal2761454057142313714046
Binary1011111011001011000101111110001011001111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6504; }

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

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

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

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

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

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

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

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