#B84706

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

Shades of Rust #B84706

Tints of Rust #B84706

Color information

#B84706 (or 0xB84706) is unknown color: approx Rust. HEX triplet: B8, 47 and 06. RGB value is (184,71,6). Sum of RGB (Red+Green+Blue) = 184+71+6=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B84706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84706 is #47B8F9. Grayscale: #616161. Windows color (decimal): -4700410 or 411576. OLE color: 411576.

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

Color convert

RGB184716-
CMYK00.610.970.28
HSL21.91º93.68%37.25%-
HSV(B)21.91º96.74%72.16%-
XYZ22.0514.711.85-
YUV97.3876.44189.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 70.50%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=70.50%
G=27.20%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18471600.610.970.2821.9193.6837.25
HexB847603D611C165e25
Octal2701076075141342613645
Binary1011100010001111100111101110000111100101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84706; }

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

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

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

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

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

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

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

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