#BE5E02

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

Shades of Tenne (Tawny) #BE5E02

Tints of Tenne (Tawny) #BE5E02

Color information

#BE5E02 (or 0xBE5E02) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 5E and 02. RGB value is (190,94,2). Sum of RGB (Red+Green+Blue) = 190+94+2=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E02 is #41A1FD. Grayscale: #707070. Windows color (decimal): -4301310 or 155326. OLE color: 155326.

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

Color convert

RGB190942-
CMYK00.510.990.25
HSL29.36º97.92%37.65%-
HSV(B)29.36º98.95%74.51%-
XYZ25.2518.962.39-
YUV112.2265.8183.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=66.43%
G=32.87%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19094200.510.990.2529.3697.9237.65
HexBE5E203363191d6226
Octal2761362063143313514246
Binary101111101011110100110011110001111001111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E02; }

 p { color: rgb(190,94,2); }

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

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

 a { background-color: rgb(190,94,2); }

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

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

 span { border-color: rgb(190,94,2); }

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