Html Css Color HEX #BE5514 Rust

📋 copy color: '#BE5514'

red 190 ◦ green 85 ◦ blue 20

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

Shades of Rust #BE5514

Tints of Rust #BE5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 64.41%
G = 28.81%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE5514 (or 0xBE5514) is known color: Rust. HEX triplet: BE, 55 and 14. RGB value is (190,85,20). Sum of RGB (Red+Green+Blue) = 190+85+20=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5514 is #41AAEB. Grayscale: #6D6D6D. Windows color (decimal): -4303596 or 1332670. OLE color: 1332670.

HSL color Cylindrical-coordinate representation of color #BE5514: hue angle of 22.94º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE5514 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 20 -
CMYK 0 0.55 0.89 0.25
HSL 22.94º 0.81% 0.41% -
HSV(B) 22.94º 0.89% 0.75% -
XYZ 24.61 17.49 2.74 -
YUV 108.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 190 85 20 0 0.55 0.89 0.25 22.94 0.81 0.41
Hex BE 55 14 0 37 59 19 17 51 29
Octal 276 125 24 0 67 131 31 27 121 51
Binary 10111110 1010101 10100 0 110111 1011001 11001 10111 1010001 101001

Color Harmonies of #BE5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5514

Black with #BE5514

Text Example


Text Example

White with #BE5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5514; }

 p { color: rgb(190,85,20); }

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

background-color css

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

 a { background-color: rgb(190,85,20); }

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

border-color css

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

 span { border-color: rgb(190,85,20); }

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