#B17039

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

Shades of Reno Sand #B17039

Tints of Reno Sand #B17039

Color information

#B17039 (or 0xB17039) is unknown color: approx Reno Sand. HEX triplet: B1, 70 and 39. RGB value is (177,112,57). Sum of RGB (Red+Green+Blue) = 177+112+57=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17039 is #4E8FC6. Grayscale: #7D7D7D. Windows color (decimal): -5148615 or 3764401. OLE color: 3764401.

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

Color convert

RGB17711257-
CMYK00.370.680.31
HSL27.5º51.28%45.88%-
HSV(B)27.5º67.8%69.41%-
XYZ24.6621.236.67-
YUV125.1689.53164.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 57 (22.66% from 255) = 16.47%
R=51.16%
G=32.37%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771125700.370.680.3127.551.2845.88
HexB17039025441F1c332e
Octal2611607104510437346356
Binary101100011110000111001010010110001001111111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17039; }

 p { color: rgb(177,112,57); }

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

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

 a { background-color: rgb(177,112,57); }

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

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

 span { border-color: rgb(177,112,57); }

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