#BE4E07

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

Shades of Rust #BE4E07

Tints of Rust #BE4E07

Color information

#BE4E07 (or 0xBE4E07) is unknown color: approx Rust. HEX triplet: BE, 4E and 07. RGB value is (190,78,7). Sum of RGB (Red+Green+Blue) = 190+78+7=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4E07 is #41B1F8. Grayscale: #676767. Windows color (decimal): -4305401 or 478910. OLE color: 478910.

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

Color convert

RGB190787-
CMYK00.590.960.25
HSL23.28º92.89%38.63%-
HSV(B)23.28º96.32%74.51%-
XYZ2416.412.1-
YUV103.3973.61189.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 7 (3.12% from 255) = 2.55%
R=69.09%
G=28.36%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19078700.590.960.2523.2892.8938.63
HexBE4E703B6019175d27
Octal2761167073140312713547
Binary1011111010011101110111011110000011001101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E07; }

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

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

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

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

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

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

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

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