Html Css Color HEX #BE4808 Rust

📋 copy color: '#BE4808'

red 190 ◦ green 72 ◦ blue 8

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

Shades of Rust #BE4808

Tints of Rust #BE4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 70.37%
G = 26.67%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE4808 (or 0xBE4808) is known color: Rust. HEX triplet: BE, 48 and 08. RGB value is (190,72,8). Sum of RGB (Red+Green+Blue) = 190+72+8=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4808 is #41B7F7. Grayscale: #646464. Windows color (decimal): -4306936 or 542910. OLE color: 542910.

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

Color convert

RGB 190 72 8 -
CMYK 0 0.62 0.96 0.25
HSL 21.1º 0.92% 0.39% -
HSV(B) 21.1º 0.96% 0.75% -
XYZ 23.6 15.6 2 -
YUV 99.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 190 72 8 0 0.62 0.96 0.25 21.1 0.92 0.39
Hex BE 48 8 0 3E 60 19 15 5C 27
Octal 276 110 10 0 76 140 31 25 134 47
Binary 10111110 1001000 1000 0 111110 1100000 11001 10101 1011100 100111

Color Harmonies of #BE4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4808

Black with #BE4808

Text Example


Text Example

White with #BE4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4808; }

 p { color: rgb(190,72,8); }

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

background-color css

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

 a { background-color: rgb(190,72,8); }

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

border-color css

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

 span { border-color: rgb(190,72,8); }

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