Html Css Color HEX #BE4705 Rust

📋 copy color: '#BE4705'

red 190 ◦ green 71 ◦ blue 5

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

Shades of Rust #BE4705

Tints of Rust #BE4705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 71.43%
G = 26.69%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE4705 (or 0xBE4705) is known color: Rust. HEX triplet: BE, 47 and 05. RGB value is (190,71,5). Sum of RGB (Red+Green+Blue) = 190+71+5=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4705 is #41B8FA. Grayscale: #636363. Windows color (decimal): -4307195 or 346046. OLE color: 346046.

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

Color convert

RGB 190 71 5 -
CMYK 0 0.63 0.97 0.25
HSL 21.41º 0.95% 0.38% -
HSV(B) 21.41º 0.97% 0.75% -
XYZ 23.52 15.46 1.89 -
YUV 99.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 190 71 5 0 0.63 0.97 0.25 21.41 0.95 0.38
Hex BE 47 5 0 3F 61 19 15 5F 26
Octal 276 107 5 0 77 141 31 25 137 46
Binary 10111110 1000111 101 0 111111 1100001 11001 10101 1011111 100110

Color Harmonies of #BE4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4705

Black with #BE4705

Text Example


Text Example

White with #BE4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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