Html Css Color HEX #BE4604 Rust

📋 copy color: '#BE4604'

red 190 ◦ green 70 ◦ blue 4

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

Shades of Rust #BE4604

Tints of Rust #BE4604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 71.97%
G = 26.52%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE4604 (or 0xBE4604) is known color: Rust. HEX triplet: BE, 46 and 04. RGB value is (190,70,4). Sum of RGB (Red+Green+Blue) = 190+70+4=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4604 is #41B9FB. Grayscale: #626262. Windows color (decimal): -4307452 or 280254. OLE color: 280254.

HSL color Cylindrical-coordinate representation of color #BE4604: hue angle of 21.29º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE4604 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 70 4 -
CMYK 0 0.63 0.98 0.25
HSL 21.29º 0.96% 0.38% -
HSV(B) 21.29º 0.98% 0.75% -
XYZ 23.45 15.34 1.84 -
YUV 98.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 190 70 4 0 0.63 0.98 0.25 21.29 0.96 0.38
Hex BE 46 4 0 3F 62 19 15 60 26
Octal 276 106 4 0 77 142 31 25 140 46
Binary 10111110 1000110 100 0 111111 1100010 11001 10101 1100000 100110

Color Harmonies of #BE4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4604

Black with #BE4604

Text Example


Text Example

White with #BE4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4604; }

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

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

background-color css

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

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

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

border-color css

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

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

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