#b17137

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

Shades of Reno Sand #B17137

Tints of Reno Sand #B17137

Color information

#B17137 (or 0xB17137) is unknown color: approx Reno Sand. HEX triplet: B1, 71 and 37. RGB value is (177,113,55). Sum of RGB (Red+Green+Blue) = 177+113+55=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B17137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17137 is #4E8EC8. Grayscale: #7D7D7D. Windows color (decimal): -5148361 or 3633585. OLE color: 3633585.

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

Color convert

RGB17711355-
CMYK00.360.690.31
HSL28.52º52.59%45.49%-
HSV(B)28.52º68.93%69.41%-
XYZ24.7321.436.45-
YUV125.5288.2164.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 55 (21.88% from 255) = 15.94%
R=51.30%
G=32.75%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771135500.360.690.3128.5252.5945.49
HexB17137024451F1d352d
Octal2611616704410537356555
Binary101100011110001110111010010010001011111111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17137; }

 p { color: rgb(177,113,55); }

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

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

 a { background-color: rgb(177,113,55); }

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

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

 span { border-color: rgb(177,113,55); }

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