#B84D06

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

Shades of Rust #B84D06

Tints of Rust #B84D06

Color information

#B84D06 (or 0xB84D06) is unknown color: approx Rust. HEX triplet: B8, 4D and 06. RGB value is (184,77,6). Sum of RGB (Red+Green+Blue) = 184+77+6=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D06 is #47B2F9. Grayscale: #656565. Windows color (decimal): -4698874 or 413112. OLE color: 413112.

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

Color convert

RGB184776-
CMYK00.580.970.28
HSL23.93º93.68%37.25%-
HSV(B)23.93º96.74%72.16%-
XYZ22.4515.511.98-
YUV100.974.45187.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.91%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=68.91%
G=28.84%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18477600.580.970.2823.9393.6837.25
HexB84D603A611C185e25
Octal2701156072141343013645
Binary1011100010011011100111010110000111100110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D06; }

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

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

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

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

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

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

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

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