Html Css Color HEX #BE4600 Rust

📋 copy color: '#BE4600'

red 190 ◦ green 70 ◦ blue 0

#BE4600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BE4600

Tints of Rust #BE4600

RGB

 RED value IS 190 (74.61% from 255) = 73.08%

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.08%
G = 26.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE4600 (or 0xBE4600) is known color: Rust. HEX triplet: BE, 46 and 00. RGB value is (190,70,0). Sum of RGB (Red+Green+Blue) = 190+70+0=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4600 is #41B9FF. Grayscale: #626262. Windows color (decimal): -4307456 or 18110. OLE color: 18110.

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

Color convert

RGB 190 70 0 -
CMYK 0 0.63 1 0.25
HSL 22.11º 1% 0.37% -
HSV(B) 22.11º 1% 0.75% -
XYZ 23.43 15.33 1.72 -
YUV 97.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 190 70 0 0 0.63 1 0.25 22.11 1 0.37
Hex BE 46 0 0 3F 64 19 16 64 25
Octal 276 106 0 0 77 144 31 26 144 45
Binary 10111110 1000110 0 0 111111 1100100 11001 10110 1100100 100101

Color Harmonies of #BE4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4600

Black with #BE4600

Text Example


Text Example

White with #BE4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4600; }

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

 H1.HeaderClassName
 {
   color: #BE4600;
 }
 .AnyTagClassName
 {
   color: #BE4600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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