Html Css Color HEX #B94A06 Rust

📋 copy color: '#B94A06'

red 185 ◦ green 74 ◦ blue 6

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

Shades of Rust #B94A06

Tints of Rust #B94A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 69.81%
G = 27.92%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94A06 (or 0xB94A06) is known color: Rust. HEX triplet: B9, 4A and 06. RGB value is (185,74,6). Sum of RGB (Red+Green+Blue) = 185+74+6=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A06 is #46B5F9. Grayscale: #636363. Windows color (decimal): -4634106 or 412345. OLE color: 412345.

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

Color convert

RGB 185 74 6 -
CMYK 0 0.6 0.97 0.27
HSL 22.79º 0.94% 0.37% -
HSV(B) 22.79º 0.97% 0.73% -
XYZ 22.49 15.22 1.93 -
YUV 99.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 185 74 6 0 0.6 0.97 0.27 22.79 0.94 0.37
Hex B9 4A 6 0 3C 61 1B 17 5E 25
Octal 271 112 6 0 74 141 33 27 136 45
Binary 10111001 1001010 110 0 111100 1100001 11011 10111 1011110 100101

Color Harmonies of #B94A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A06

Black with #B94A06

Text Example


Text Example

White with #B94A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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