#B15606

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

Shades of Rust #B15606

Tints of Rust #B15606

Color information

#B15606 (or 0xB15606) is unknown color: approx Rust. HEX triplet: B1, 56 and 06. RGB value is (177,86,6). Sum of RGB (Red+Green+Blue) = 177+86+6=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B15606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15606 is #4EA9F9. Grayscale: #686868. Windows color (decimal): -5155322 or 415409. OLE color: 415409.

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

Color convert

RGB177866-
CMYK00.510.970.31
HSL28.07º93.44%35.88%-
HSV(B)28.07º96.61%69.41%-
XYZ21.4916.022.13-
YUV104.0972.65180-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 6 (2.73% from 255) = 2.23%
R=65.80%
G=31.97%
B=2.23%

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
Decimal17786600.510.970.3128.0793.4435.88
HexB1566033611F1c5d24
Octal2611266063141373413544
Binary1011000110101101100110011110000111111111001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15606; }

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

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

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

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

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

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

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

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