#BE4D07

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

Shades of Rust #BE4D07

Tints of Rust #BE4D07

Color information

#BE4D07 (or 0xBE4D07) is unknown color: approx Rust. HEX triplet: BE, 4D and 07. RGB value is (190,77,7). Sum of RGB (Red+Green+Blue) = 190+77+7=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D07 is #41B2F8. Grayscale: #676767. Windows color (decimal): -4305657 or 478654. OLE color: 478654.

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

Color convert

RGB190777-
CMYK00.590.960.25
HSL22.95º92.89%38.63%-
HSV(B)22.95º96.32%74.51%-
XYZ23.9316.272.08-
YUV102.8173.94190.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 7 (3.12% from 255) = 2.55%
R=69.34%
G=28.10%
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
Decimal19077700.590.960.2522.9592.8938.63
HexBE4D703B6019175d27
Octal2761157073140312713547
Binary1011111010011011110111011110000011001101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4D07; }

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

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

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

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

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

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

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

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