Html Css Color HEX #BE5017 Rust

📋 copy color: '#BE5017'

red 190 ◦ green 80 ◦ blue 23

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

Shades of Rust #BE5017

Tints of Rust #BE5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 23 (9.38% from 255) = 7.85%

R = 64.85%
G = 27.3%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE5017 (or 0xBE5017) is known color: Rust. HEX triplet: BE, 50 and 17. RGB value is (190,80,23). Sum of RGB (Red+Green+Blue) = 190+80+23=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5017 is #41AFE8. Grayscale: #6A6A6A. Windows color (decimal): -4304873 or 1527998. OLE color: 1527998.

HSL color Cylindrical-coordinate representation of color #BE5017: hue angle of 20.48º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE5017 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 23 -
CMYK 0 0.58 0.88 0.25
HSL 20.48º 0.78% 0.42% -
HSV(B) 20.48º 0.88% 0.75% -
XYZ 24.26 16.75 2.76 -
YUV 106.39 80.94 187.63 -
System Red Green Blue C M Y K H S L
Decimal 190 80 23 0 0.58 0.88 0.25 20.48 0.78 0.42
Hex BE 50 17 0 3A 58 19 14 4E 2A
Octal 276 120 27 0 72 130 31 24 116 52
Binary 10111110 1010000 10111 0 111010 1011000 11001 10100 1001110 101010

Color Harmonies of #BE5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5017

Black with #BE5017

Text Example


Text Example

White with #BE5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5017; }

 p { color: rgb(190,80,23); }

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

background-color css

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

 a { background-color: rgb(190,80,23); }

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

border-color css

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

 span { border-color: rgb(190,80,23); }

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