#BE6502

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

Shades of Tenne (Tawny) #BE6502

Tints of Tenne (Tawny) #BE6502

Color information

#BE6502 (or 0xBE6502) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 65 and 02. RGB value is (190,101,2). Sum of RGB (Red+Green+Blue) = 190+101+2=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6502 is #419AFD. Grayscale: #747474. Windows color (decimal): -4299518 or 157118. OLE color: 157118.

HSL color Cylindrical-coordinate representation of color #BE6502: hue angle of 31.6º 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 #BE6502 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1901012-
CMYK00.470.990.25
HSL31.6º97.92%37.65%-
HSV(B)31.6º98.95%74.51%-
XYZ25.920.262.6-
YUV116.3263.49180.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=64.85%
G=34.47%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190101200.470.990.2531.697.9237.65
HexBE65202F6319206226
Octal2761452057143314014246
Binary1011111011001011001011111100011110011000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6502; }

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

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

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

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

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

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

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

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