Html Css Color HEX #BE4106 Rust

📋 copy color: '#BE4106'

red 190 ◦ green 65 ◦ blue 6

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

Shades of Rust #BE4106

Tints of Rust #BE4106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 72.8%
G = 24.9%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE4106 (or 0xBE4106) is known color: Rust. HEX triplet: BE, 41 and 06. RGB value is (190,65,6). Sum of RGB (Red+Green+Blue) = 190+65+6=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4106 is #41BEF9. Grayscale: #606060. Windows color (decimal): -4308730 or 410046. OLE color: 410046.

HSL color Cylindrical-coordinate representation of color #BE4106: hue angle of 19.24º degrees, saturation: 0.94, 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 #BE4106 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 6 -
CMYK 0 0.66 0.97 0.25
HSL 19.24º 0.94% 0.38% -
HSV(B) 19.24º 0.97% 0.75% -
XYZ 23.16 14.74 1.8 -
YUV 95.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 190 65 6 0 0.66 0.97 0.25 19.24 0.94 0.38
Hex BE 41 6 0 42 61 19 13 5E 26
Octal 276 101 6 0 102 141 31 23 136 46
Binary 10111110 1000001 110 0 1000010 1100001 11001 10011 1011110 100110

Color Harmonies of #BE4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4106

Black with #BE4106

Text Example


Text Example

White with #BE4106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4106; }

 p { color: rgb(190,65,6); }

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

background-color css

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

 a { background-color: rgb(190,65,6); }

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

border-color css

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

 span { border-color: rgb(190,65,6); }

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