#BE5316

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

Shades of Rust #BE5316

Tints of Rust #BE5316

Color information

#BE5316 (or 0xBE5316) is unknown color: approx Rust. HEX triplet: BE, 53 and 16. RGB value is (190,83,22). Sum of RGB (Red+Green+Blue) = 190+83+22=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5316 is #41ACE9. Grayscale: #6C6C6C. Windows color (decimal): -4304106 or 1463230. OLE color: 1463230.

HSL color Cylindrical-coordinate representation of color #BE5316: hue angle of 21.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE5316 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1908322-
CMYK00.560.880.25
HSL21.79º79.25%41.57%-
HSV(B)21.79º88.42%74.51%-
XYZ24.4717.192.79-
YUV108.0479.45186.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=64.41%
G=28.14%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190832200.560.880.2521.7979.2541.57
HexBE53160385819164f2a
Octal27612326070130312611752
Binary101111101010011101100111000101100011001101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5316; }

 p { color: rgb(190,83,22); }

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

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

 a { background-color: rgb(190,83,22); }

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

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

 span { border-color: rgb(190,83,22); }

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