#B84606

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

Shades of Rust #B84606

Tints of Rust #B84606

Color information

#B84606 (or 0xB84606) is unknown color: approx Rust. HEX triplet: B8, 46 and 06. RGB value is (184,70,6). Sum of RGB (Red+Green+Blue) = 184+70+6=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B84606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84606 is #47B9F9. Grayscale: #616161. Windows color (decimal): -4700666 or 411320. OLE color: 411320.

HSL color Cylindrical-coordinate representation of color #B84606: hue angle of 21.57º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B84606 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB184706-
CMYK00.620.970.28
HSL21.57º93.68%37.25%-
HSV(B)21.57º96.74%72.16%-
XYZ21.9914.581.83-
YUV96.7976.77190.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 70.77%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 6 (2.73% from 255) = 2.31%
R=70.77%
G=26.92%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18470600.620.970.2821.5793.6837.25
HexB846603E611C165e25
Octal2701066076141342613645
Binary1011100010001101100111110110000111100101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84606; }

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

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

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

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

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

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

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

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