#B85B14

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

Shades of Rust #B85B14

Tints of Rust #B85B14

Color information

#B85B14 (or 0xB85B14) is unknown color: approx Rust. HEX triplet: B8, 5B and 14. RGB value is (184,91,20). Sum of RGB (Red+Green+Blue) = 184+91+20=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B14 is #47A4EB. Grayscale: #6F6F6F. Windows color (decimal): -4695276 or 1334200. OLE color: 1334200.

HSL color Cylindrical-coordinate representation of color #B85B14: hue angle of 25.98º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85B14 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB1849120-
CMYK00.510.890.28
HSL25.98º80.39%40%-
HSV(B)25.98º89.13%72.16%-
XYZ23.6317.722.84-
YUV110.7176.81180.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=62.37%
G=30.85%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184912000.510.890.2825.9880.3940
HexB85B14033591C1a5028
Octal27013324063131343212050
Binary101110001011011101000110011101100111100110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B14; }

 p { color: rgb(184,91,20); }

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

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

 a { background-color: rgb(184,91,20); }

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

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

 span { border-color: rgb(184,91,20); }

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