Html Css Color HEX #BE4206 Rust

📋 copy color: '#BE4206'

red 190 ◦ green 66 ◦ blue 6

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

Shades of Rust #BE4206

Tints of Rust #BE4206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 72.52%
G = 25.19%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE4206 (or 0xBE4206) is known color: Rust. HEX triplet: BE, 42 and 06. RGB value is (190,66,6). Sum of RGB (Red+Green+Blue) = 190+66+6=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4206 is #41BDF9. Grayscale: #606060. Windows color (decimal): -4308474 or 410302. OLE color: 410302.

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

Color convert

RGB 190 66 6 -
CMYK 0 0.65 0.97 0.25
HSL 19.57º 0.94% 0.38% -
HSV(B) 19.57º 0.97% 0.75% -
XYZ 23.22 14.86 1.82 -
YUV 96.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 190 66 6 0 0.65 0.97 0.25 19.57 0.94 0.38
Hex BE 42 6 0 41 61 19 14 5E 26
Octal 276 102 6 0 101 141 31 24 136 46
Binary 10111110 1000010 110 0 1000001 1100001 11001 10100 1011110 100110

Color Harmonies of #BE4206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4206

Black with #BE4206

Text Example


Text Example

White with #BE4206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4206; }

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

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

background-color css

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

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

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

border-color css

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

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

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