#BE5403

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

Shades of Tenne (Tawny) #BE5403

Tints of Tenne (Tawny) #BE5403

Color information

#BE5403 (or 0xBE5403) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 54 and 03. RGB value is (190,84,3). Sum of RGB (Red+Green+Blue) = 190+84+3=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5403 is #41ABFC. Grayscale: #6A6A6A. Windows color (decimal): -4303869 or 218302. OLE color: 218302.

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

Color convert

RGB190843-
CMYK00.560.980.25
HSL25.99º96.89%37.84%-
HSV(B)25.99º98.42%74.51%-
XYZ24.4217.292.14-
YUV106.4669.62187.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.59%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=68.59%
G=30.32%
B=1.08%

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
Decimal19084300.560.980.2525.9996.8937.84
HexBE54303862191a6126
Octal2761243070142313214146
Binary101111101010100110111000110001011001110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5403; }

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

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

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

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

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

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

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

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