#B17139

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

Shades of Reno Sand #B17139

Tints of Reno Sand #B17139

Color information

#B17139 (or 0xB17139) is unknown color: approx Reno Sand. HEX triplet: B1, 71 and 39. RGB value is (177,113,57). Sum of RGB (Red+Green+Blue) = 177+113+57=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B17139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17139 is #4E8EC6. Grayscale: #7E7E7E. Windows color (decimal): -5148359 or 3764657. OLE color: 3764657.

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

Color convert

RGB17711357-
CMYK00.360.680.31
HSL28º51.28%45.88%-
HSV(B)28º67.8%69.41%-
XYZ24.7821.456.71-
YUV125.7589.2164.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 57 (22.66% from 255) = 16.43%
R=51.01%
G=32.56%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771135700.360.680.312851.2845.88
HexB17139024441F1c332e
Octal2611617104410437346356
Binary101100011110001111001010010010001001111111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17139; }

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

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

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

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

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

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

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

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