#B17238

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

Shades of Reno Sand #B17238

Tints of Reno Sand #B17238

Color information

#B17238 (or 0xB17238) is unknown color: approx Reno Sand. HEX triplet: B1, 72 and 38. RGB value is (177,114,56). Sum of RGB (Red+Green+Blue) = 177+114+56=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B17238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17238 is #4E8DC7. Grayscale: #7E7E7E. Windows color (decimal): -5148104 or 3699377. OLE color: 3699377.

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

Color convert

RGB17711456-
CMYK00.360.680.31
HSL28.76º51.93%45.69%-
HSV(B)28.76º68.36%69.41%-
XYZ24.8621.676.61-
YUV126.2288.37164.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=51.01%
G=32.85%
B=16.14%

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
Decimal1771145600.360.680.3128.7651.9345.69
HexB17238024441F1d342e
Octal2611627004410437356456
Binary101100011110010111000010010010001001111111101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17238; }

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

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

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

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

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

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

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

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