Html Css Color HEX #BE4B05 Rust

📋 copy color: '#BE4B05'

red 190 ◦ green 75 ◦ blue 5

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

Shades of Rust #BE4B05

Tints of Rust #BE4B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 70.37%
G = 27.78%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE4B05 (or 0xBE4B05) is known color: Rust. HEX triplet: BE, 4B and 05. RGB value is (190,75,5). Sum of RGB (Red+Green+Blue) = 190+75+5=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4B05 is #41B4FA. Grayscale: #656565. Windows color (decimal): -4306171 or 347070. OLE color: 347070.

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

Color convert

RGB 190 75 5 -
CMYK 0 0.61 0.97 0.25
HSL 22.7º 0.95% 0.38% -
HSV(B) 22.7º 0.97% 0.75% -
XYZ 23.78 15.99 1.98 -
YUV 101.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 190 75 5 0 0.61 0.97 0.25 22.7 0.95 0.38
Hex BE 4B 5 0 3D 61 19 17 5F 26
Octal 276 113 5 0 75 141 31 27 137 46
Binary 10111110 1001011 101 0 111101 1100001 11001 10111 1011111 100110

Color Harmonies of #BE4B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B05

Black with #BE4B05

Text Example


Text Example

White with #BE4B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B05; }

 p { color: rgb(190,75,5); }

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

background-color css

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

 a { background-color: rgb(190,75,5); }

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

border-color css

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

 span { border-color: rgb(190,75,5); }

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