#BE4E06

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

Shades of Rust #BE4E06

Tints of Rust #BE4E06

Color information

#BE4E06 (or 0xBE4E06) is unknown color: approx Rust. HEX triplet: BE, 4E and 06. RGB value is (190,78,6). Sum of RGB (Red+Green+Blue) = 190+78+6=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4E06 is #41B1F9. Grayscale: #676767. Windows color (decimal): -4305402 or 413374. OLE color: 413374.

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

Color convert

RGB190786-
CMYK00.590.970.25
HSL23.48º93.88%38.43%-
HSV(B)23.48º96.84%74.51%-
XYZ23.9916.412.08-
YUV103.2873.11189.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.34%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=69.34%
G=28.47%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19078600.590.970.2523.4893.8838.43
HexBE4E603B6119175e26
Octal2761166073141312713646
Binary1011111010011101100111011110000111001101111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E06; }

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

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

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

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

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

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

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

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