Html Css Color HEX #B94206 Rust

📋 copy color: '#B94206'

red 185 ◦ green 66 ◦ blue 6

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

Shades of Rust #B94206

Tints of Rust #B94206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 71.98%
G = 25.68%
B = 2.33%

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

#B94206 (or 0xB94206) is known color: Rust. HEX triplet: B9, 42 and 06. RGB value is (185,66,6). Sum of RGB (Red+Green+Blue) = 185+66+6=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94206 is #46BDF9. Grayscale: #5F5F5F. Windows color (decimal): -4636154 or 410297. OLE color: 410297.

HSL color Cylindrical-coordinate representation of color #B94206: hue angle of 20.11º degrees, saturation: 0.94, 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 #B94206 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 6 -
CMYK 0 0.64 0.97 0.27
HSL 20.11º 0.94% 0.37% -
HSV(B) 20.11º 0.97% 0.73% -
XYZ 21.99 14.22 1.76 -
YUV 94.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 185 66 6 0 0.64 0.97 0.27 20.11 0.94 0.37
Hex B9 42 6 0 40 61 1B 14 5E 25
Octal 271 102 6 0 100 141 33 24 136 45
Binary 10111001 1000010 110 0 1000000 1100001 11011 10100 1011110 100101

Color Harmonies of #B94206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94206

Black with #B94206

Text Example


Text Example

White with #B94206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94206; }

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

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

background-color css

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

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

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

border-color css

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

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

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