#BE5606

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

Shades of Tenne (Tawny) #BE5606

Tints of Tenne (Tawny) #BE5606

Color information

#BE5606 (or 0xBE5606) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 56 and 06. RGB value is (190,86,6). Sum of RGB (Red+Green+Blue) = 190+86+6=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5606 is #41A9F9. Grayscale: #6C6C6C. Windows color (decimal): -4303354 or 415422. OLE color: 415422.

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

Color convert

RGB190866-
CMYK00.550.970.25
HSL26.09º93.88%38.43%-
HSV(B)26.09º96.84%74.51%-
XYZ24.617.622.28-
YUV107.9870.46186.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.38%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 6 (2.73% from 255) = 2.13%
R=67.38%
G=30.50%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19086600.550.970.2526.0993.8838.43
HexBE56603761191a5e26
Octal2761266067141313213646
Binary1011111010101101100110111110000111001110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5606; }

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

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

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

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

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

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

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

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