Html Css Color HEX #B94205 Rust

📋 copy color: '#B94205'

red 185 ◦ green 66 ◦ blue 5

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

Shades of Rust #B94205

Tints of Rust #B94205

RGB

 RED value IS 185 (72.66% from 255) = 72.27%

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

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

R = 72.27%
G = 25.78%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94205 (or 0xB94205) is known color: Rust. HEX triplet: B9, 42 and 05. RGB value is (185,66,5). Sum of RGB (Red+Green+Blue) = 185+66+5=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B94205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94205 is #46BDFA. Grayscale: #5E5E5E. Windows color (decimal): -4636155 or 344761. OLE color: 344761.

HSL color Cylindrical-coordinate representation of color #B94205: hue angle of 20.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B94205 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 5 -
CMYK 0 0.64 0.97 0.27
HSL 20.33º 0.95% 0.37% -
HSV(B) 20.33º 0.97% 0.73% -
XYZ 21.98 14.22 1.73 -
YUV 94.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 185 66 5 0 0.64 0.97 0.27 20.33 0.95 0.37
Hex B9 42 5 0 40 61 1B 14 5F 25
Octal 271 102 5 0 100 141 33 24 137 45
Binary 10111001 1000010 101 0 1000000 1100001 11011 10100 1011111 100101

Color Harmonies of #B94205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94205

Black with #B94205

Text Example


Text Example

White with #B94205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94205; }

 p { color: rgb(185,66,5); }

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

background-color css

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

 a { background-color: rgb(185,66,5); }

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

border-color css

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

 span { border-color: rgb(185,66,5); }

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