#B15706

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

Shades of Rust #B15706

Tints of Rust #B15706

Color information

#B15706 (or 0xB15706) is unknown color: approx Rust. HEX triplet: B1, 57 and 06. RGB value is (177,87,6). Sum of RGB (Red+Green+Blue) = 177+87+6=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B15706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15706 is #4EA8F9. Grayscale: #696969. Windows color (decimal): -5155066 or 415665. OLE color: 415665.

HSL color Cylindrical-coordinate representation of color #B15706: hue angle of 28.42º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B15706 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB177876-
CMYK00.510.970.31
HSL28.42º93.44%35.88%-
HSV(B)28.42º96.61%69.41%-
XYZ21.5716.182.16-
YUV104.6872.32179.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=65.56%
G=32.22%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17787600.510.970.3128.4293.4435.88
HexB1576033611F1c5d24
Octal2611276063141373413544
Binary1011000110101111100110011110000111111111001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15706; }

 p { color: rgb(177,87,6); }

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

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

 a { background-color: rgb(177,87,6); }

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

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

 span { border-color: rgb(177,87,6); }

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