#BE6400

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

Shades of Tenne (Tawny) #BE6400

Tints of Tenne (Tawny) #BE6400

Color information

#BE6400 (or 0xBE6400) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 64 and 00. RGB value is (190,100,0). Sum of RGB (Red+Green+Blue) = 190+100+0=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6400 is #419BFF. Grayscale: #747474. Windows color (decimal): -4299776 or 25790. OLE color: 25790.

HSL color Cylindrical-coordinate representation of color #BE6400: hue angle of 31.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE6400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1901000-
CMYK00.4710.25
HSL31.58º100%37.25%-
HSV(B)31.58º100%74.51%-
XYZ25.7920.062.51-
YUV115.5162.82181.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.52%
G=34.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190100000.4710.2531.5810037.25
HexBE64002F6419206425
Octal2761440057144314014445
Binary101111101100100001011111100100110011000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6400; }

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

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

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

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

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

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

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

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