#BE4805

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

Shades of Rust #BE4805

Tints of Rust #BE4805

Color information

#BE4805 (or 0xBE4805) is unknown color: approx Rust. HEX triplet: BE, 48 and 05. RGB value is (190,72,5). Sum of RGB (Red+Green+Blue) = 190+72+5=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4805 is #41B7FA. Grayscale: #646464. Windows color (decimal): -4306939 or 346302. OLE color: 346302.

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

Color convert

RGB190725-
CMYK00.620.970.25
HSL21.73º94.87%38.24%-
HSV(B)21.73º97.37%74.51%-
XYZ23.5815.591.91-
YUV99.6474.59192.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=71.16%
G=26.97%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19072500.620.970.2521.7394.8738.24
HexBE48503E6119165f26
Octal2761105076141312613746
Binary1011111010010001010111110110000111001101101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4805; }

 p { color: rgb(190,72,5); }

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

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

 a { background-color: rgb(190,72,5); }

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

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

 span { border-color: rgb(190,72,5); }

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