#B94F06

Color #B94F06 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B94F06

Tints of Rust #B94F06

Color information

#B94F06 (or 0xB94F06) is unknown color: approx Rust. HEX triplet: B9, 4F and 06. RGB value is (185,79,6). Sum of RGB (Red+Green+Blue) = 185+79+6=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F06 is #46B0F9. Grayscale: #666666. Windows color (decimal): -4632826 or 413625. OLE color: 413625.

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

Color convert

RGB185796-
CMYK00.570.970.27
HSL24.47º93.72%37.45%-
HSV(B)24.47º96.76%72.55%-
XYZ22.8415.922.04-
YUV102.3773.62186.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.52%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=68.52%
G=29.26%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18579600.570.970.2724.4793.7237.45
HexB94F6039611B185e25
Octal2711176071141333013645
Binary1011100110011111100111001110000111011110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F06; }

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

 H1.HeaderClassName
 {
   color: #B94F06;
 }
 .AnyTagClassName
 {
   color: #B94F06;
 }
</style>
background-color css

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

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

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

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

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

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