#B95716

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

Shades of Rust #B95716

Tints of Rust #B95716

Color information

#B95716 (or 0xB95716) is unknown color: approx Rust. HEX triplet: B9, 57 and 16. RGB value is (185,87,22). Sum of RGB (Red+Green+Blue) = 185+87+22=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B95716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95716 is #46A8E9. Grayscale: #6D6D6D. Windows color (decimal): -4630762 or 1464249. OLE color: 1464249.

HSL color Cylindrical-coordinate representation of color #B95716: hue angle of 23.93º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B95716 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1858722-
CMYK00.530.880.27
HSL23.93º78.74%40.59%-
HSV(B)23.93º88.11%72.55%-
XYZ23.5617.192.84-
YUV108.8978.97182.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.93%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=62.93%
G=29.59%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185872200.530.880.2723.9378.7440.59
HexB95716035581B184f29
Octal27112726065130333011751
Binary101110011010111101100110101101100011011110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95716; }

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

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

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

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

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

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

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

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