#BE5203

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

Shades of Tenne (Tawny) #BE5203

Tints of Tenne (Tawny) #BE5203

Color information

#BE5203 (or 0xBE5203) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 52 and 03. RGB value is (190,82,3). Sum of RGB (Red+Green+Blue) = 190+82+3=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5203 is #41ADFC. Grayscale: #696969. Windows color (decimal): -4304381 or 217790. OLE color: 217790.

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

Color convert

RGB190823-
CMYK00.570.980.25
HSL25.35º96.89%37.84%-
HSV(B)25.35º98.42%74.51%-
XYZ24.2716.992.09-
YUV105.2970.28188.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=69.09%
G=29.82%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19082300.570.980.2525.3596.8937.84
HexBE5230396219196126
Octal2761223071142313114146
Binary101111101010010110111001110001011001110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5203; }

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

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

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

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

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

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

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

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