Html Css Color HEX #B94D06 Rust

📋 copy color: '#B94D06'

red 185 ◦ green 77 ◦ blue 6

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

Shades of Rust #B94D06

Tints of Rust #B94D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

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

R = 69.03%
G = 28.73%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94D06 (or 0xB94D06) is known color: Rust. HEX triplet: B9, 4D and 06. RGB value is (185,77,6). Sum of RGB (Red+Green+Blue) = 185+77+6=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94D06 is #46B2F9. Grayscale: #656565. Windows color (decimal): -4633338 or 413113. OLE color: 413113.

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

Color convert

RGB 185 77 6 -
CMYK 0 0.58 0.97 0.27
HSL 23.8º 0.94% 0.37% -
HSV(B) 23.8º 0.97% 0.73% -
XYZ 22.69 15.64 1.99 -
YUV 101.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 185 77 6 0 0.58 0.97 0.27 23.8 0.94 0.37
Hex B9 4D 6 0 3A 61 1B 18 5E 25
Octal 271 115 6 0 72 141 33 30 136 45
Binary 10111001 1001101 110 0 111010 1100001 11011 11000 1011110 100101

Color Harmonies of #B94D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D06

Black with #B94D06

Text Example


Text Example

White with #B94D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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