#BE4705

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

Shades of Rust #BE4705

Tints of Rust #BE4705

Color information

#BE4705 (or 0xBE4705) is unknown color: approx Rust. HEX triplet: BE, 47 and 05. RGB value is (190,71,5). Sum of RGB (Red+Green+Blue) = 190+71+5=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4705 is #41B8FA. Grayscale: #636363. Windows color (decimal): -4307195 or 346046. OLE color: 346046.

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

Color convert

RGB190715-
CMYK00.630.970.25
HSL21.41º94.87%38.24%-
HSV(B)21.41º97.37%74.51%-
XYZ23.5215.461.89-
YUV99.0674.92192.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.43%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=71.43%
G=26.69%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19071500.630.970.2521.4194.8738.24
HexBE47503F6119155f26
Octal2761075077141312513746
Binary1011111010001111010111111110000111001101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4705; }

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

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

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

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

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

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

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

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