Html Css Color HEX #BE4708 Rust

📋 copy color: '#BE4708'

red 190 ◦ green 71 ◦ blue 8

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

Shades of Rust #BE4708

Tints of Rust #BE4708

RGB

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

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

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

R = 70.63%
G = 26.39%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE4708 (or 0xBE4708) is known color: Rust. HEX triplet: BE, 47 and 08. RGB value is (190,71,8). Sum of RGB (Red+Green+Blue) = 190+71+8=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4708 is #41B8F7. Grayscale: #636363. Windows color (decimal): -4307192 or 542654. OLE color: 542654.

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

Color convert

RGB 190 71 8 -
CMYK 0 0.63 0.96 0.25
HSL 20.77º 0.92% 0.39% -
HSV(B) 20.77º 0.96% 0.75% -
XYZ 23.53 15.47 1.98 -
YUV 99.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 190 71 8 0 0.63 0.96 0.25 20.77 0.92 0.39
Hex BE 47 8 0 3F 60 19 15 5C 27
Octal 276 107 10 0 77 140 31 25 134 47
Binary 10111110 1000111 1000 0 111111 1100000 11001 10101 1011100 100111

Color Harmonies of #BE4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4708

Black with #BE4708

Text Example


Text Example

White with #BE4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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