#BE4907

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

Shades of Rust #BE4907

Tints of Rust #BE4907

Color information

#BE4907 (or 0xBE4907) is unknown color: approx Rust. HEX triplet: BE, 49 and 07. RGB value is (190,73,7). Sum of RGB (Red+Green+Blue) = 190+73+7=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4907 is #41B6F8. Grayscale: #646464. Windows color (decimal): -4306681 or 477630. OLE color: 477630.

HSL color Cylindrical-coordinate representation of color #BE4907: hue angle of 21.64º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE4907 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB190737-
CMYK00.620.960.25
HSL21.64º92.89%38.63%-
HSV(B)21.64º96.32%74.51%-
XYZ23.6615.731.99-
YUV100.4675.26191.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 7 (3.12% from 255) = 2.59%
R=70.37%
G=27.04%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19073700.620.960.2521.6492.8938.63
HexBE49703E6019165d27
Octal2761117076140312613547
Binary1011111010010011110111110110000011001101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4907; }

 p { color: rgb(190,73,7); }

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

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

 a { background-color: rgb(190,73,7); }

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

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

 span { border-color: rgb(190,73,7); }

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