Html Css Color HEX #BE4700 Rust

📋 copy color: '#BE4700'

red 190 ◦ green 71 ◦ blue 0

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

Shades of Rust #BE4700

Tints of Rust #BE4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 72.8%
G = 27.2%
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

#BE4700 (or 0xBE4700) is known color: Rust. HEX triplet: BE, 47 and 00. RGB value is (190,71,0). Sum of RGB (Red+Green+Blue) = 190+71+0=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4700 is #41B8FF. Grayscale: #626262. Windows color (decimal): -4307200 or 18366. OLE color: 18366.

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

Color convert

RGB 190 71 0 -
CMYK 0 0.63 1 0.25
HSL 22.42º 1% 0.37% -
HSV(B) 22.42º 1% 0.75% -
XYZ 23.49 15.45 1.74 -
YUV 98.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 190 71 0 0 0.63 1 0.25 22.42 1 0.37
Hex BE 47 0 0 3F 64 19 16 64 25
Octal 276 107 0 0 77 144 31 26 144 45
Binary 10111110 1000111 0 0 111111 1100100 11001 10110 1100100 100101

Color Harmonies of #BE4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4700

Black with #BE4700

Text Example


Text Example

White with #BE4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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