#BE6405

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

Shades of Tenne (Tawny) #BE6405

Tints of Tenne (Tawny) #BE6405

Color information

#BE6405 (or 0xBE6405) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 64 and 05. RGB value is (190,100,5). Sum of RGB (Red+Green+Blue) = 190+100+5=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6405 is #419BFA. Grayscale: #747474. Windows color (decimal): -4299771 or 353470. OLE color: 353470.

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

Color convert

RGB1901005-
CMYK00.470.970.25
HSL30.81º94.87%38.24%-
HSV(B)30.81º97.37%74.51%-
XYZ25.8220.072.66-
YUV116.0865.32180.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=64.41%
G=33.90%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190100500.470.970.2530.8194.8738.24
HexBE64502F61191f5f26
Octal2761445057141313713746
Binary1011111011001001010101111110000111001111111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6405; }

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

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

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

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

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

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

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

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