#B65716

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

Shades of Rust #B65716

Tints of Rust #B65716

Color information

#B65716 (or 0xB65716) is unknown color: approx Rust. HEX triplet: B6, 57 and 16. RGB value is (182,87,22). Sum of RGB (Red+Green+Blue) = 182+87+22=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B65716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65716 is #49A8E9. Grayscale: #6C6C6C. Windows color (decimal): -4827370 or 1464246. OLE color: 1464246.

HSL color Cylindrical-coordinate representation of color #B65716: hue angle of 24.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B65716 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1828722-
CMYK00.520.880.29
HSL24.38º78.43%40%-
HSV(B)24.38º87.91%71.37%-
XYZ22.8416.822.8-
YUV107.9979.47180.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=62.54%
G=29.90%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182872200.520.880.2924.3878.4340
HexB65716034581D184e28
Octal26612726064130353011650
Binary101101101010111101100110100101100011101110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65716; }

 p { color: rgb(182,87,22); }

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

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

 a { background-color: rgb(182,87,22); }

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

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

 span { border-color: rgb(182,87,22); }

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