#B17138

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

Shades of Reno Sand #B17138

Tints of Reno Sand #B17138

Color information

#B17138 (or 0xB17138) is unknown color: approx Reno Sand. HEX triplet: B1, 71 and 38. RGB value is (177,113,56). Sum of RGB (Red+Green+Blue) = 177+113+56=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17138 is #4E8EC7. Grayscale: #7D7D7D. Windows color (decimal): -5148360 or 3699121. OLE color: 3699121.

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

Color convert

RGB17711356-
CMYK00.360.680.31
HSL28.26º51.93%45.69%-
HSV(B)28.26º68.36%69.41%-
XYZ24.7521.446.58-
YUV125.6488.7164.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=51.16%
G=32.66%
B=16.18%

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
Decimal1771135600.360.680.3128.2651.9345.69
HexB17138024441F1c342e
Octal2611617004410437346456
Binary101100011110001111000010010010001001111111100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17138; }

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

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

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

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

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

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

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

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