Html Css Color HEX #BE4208 Rust

📋 copy color: '#BE4208'

red 190 ◦ green 66 ◦ blue 8

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

Shades of Rust #BE4208

Tints of Rust #BE4208

RGB

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

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

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

R = 71.97%
G = 25%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE4208 (or 0xBE4208) is known color: Rust. HEX triplet: BE, 42 and 08. RGB value is (190,66,8). Sum of RGB (Red+Green+Blue) = 190+66+8=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4208 is #41BDF7. Grayscale: #606060. Windows color (decimal): -4308472 or 541374. OLE color: 541374.

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

Color convert

RGB 190 66 8 -
CMYK 0 0.65 0.96 0.25
HSL 19.12º 0.92% 0.39% -
HSV(B) 19.12º 0.96% 0.75% -
XYZ 23.23 14.86 1.87 -
YUV 96.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 190 66 8 0 0.65 0.96 0.25 19.12 0.92 0.39
Hex BE 42 8 0 41 60 19 13 5C 27
Octal 276 102 10 0 101 140 31 23 134 47
Binary 10111110 1000010 1000 0 1000001 1100000 11001 10011 1011100 100111

Color Harmonies of #BE4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4208

Black with #BE4208

Text Example


Text Example

White with #BE4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4208; }

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

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

background-color css

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

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

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

border-color css

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

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

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