#BE5601

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

Shades of Tenne (Tawny) #BE5601

Tints of Tenne (Tawny) #BE5601

Color information

#BE5601 (or 0xBE5601) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 56 and 01. RGB value is (190,86,1). Sum of RGB (Red+Green+Blue) = 190+86+1=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5601 is #41A9FE. Grayscale: #6B6B6B. Windows color (decimal): -4303359 or 87742. OLE color: 87742.

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

Color convert

RGB190861-
CMYK00.550.990.25
HSL26.98º98.95%37.45%-
HSV(B)26.98º99.47%74.51%-
XYZ24.5717.62.13-
YUV107.4167.96186.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.59%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=68.59%
G=31.05%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19086100.550.990.2526.9898.9537.45
HexBE56103763191b6325
Octal2761261067143313314345
Binary10111110101011010110111110001111001110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5601; }

 p { color: rgb(190,86,1); }

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

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

 a { background-color: rgb(190,86,1); }

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

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

 span { border-color: rgb(190,86,1); }

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