#BE4900

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

Shades of Rust #BE4900

Tints of Rust #BE4900

Color information

#BE4900 (or 0xBE4900) is unknown color: approx Rust. HEX triplet: BE, 49 and 00. RGB value is (190,73,0). Sum of RGB (Red+Green+Blue) = 190+73+0=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4900 is #41B6FF. Grayscale: #646464. Windows color (decimal): -4306688 or 18878. OLE color: 18878.

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

Color convert

RGB190730-
CMYK00.6210.25
HSL23.05º100%37.25%-
HSV(B)23.05º100%74.51%-
XYZ23.6215.711.79-
YUV99.6671.76192.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.24%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.24%
G=27.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19073000.6210.2523.0510037.25
HexBE49003E6419176425
Octal2761110076144312714445
Binary10111110100100100111110110010011001101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4900; }

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

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

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

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

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

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

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

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