Html Css Color HEX #B94606 Rust

📋 copy color: '#B94606'

red 185 ◦ green 70 ◦ blue 6

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

Shades of Rust #B94606

Tints of Rust #B94606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 70.88%
G = 26.82%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94606 (or 0xB94606) is known color: Rust. HEX triplet: B9, 46 and 06. RGB value is (185,70,6). Sum of RGB (Red+Green+Blue) = 185+70+6=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B94606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94606 is #46B9F9. Grayscale: #616161. Windows color (decimal): -4635130 or 411321. OLE color: 411321.

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

Color convert

RGB 185 70 6 -
CMYK 0 0.62 0.97 0.27
HSL 21.45º 0.94% 0.37% -
HSV(B) 21.45º 0.97% 0.73% -
XYZ 22.23 14.71 1.84 -
YUV 97.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 185 70 6 0 0.62 0.97 0.27 21.45 0.94 0.37
Hex B9 46 6 0 3E 61 1B 15 5E 25
Octal 271 106 6 0 76 141 33 25 136 45
Binary 10111001 1000110 110 0 111110 1100001 11011 10101 1011110 100101

Color Harmonies of #B94606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94606

Black with #B94606

Text Example


Text Example

White with #B94606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94606; }

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

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

background-color css

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

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

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

border-color css

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

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

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