#B17336

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

Shades of Reno Sand #B17336

Tints of Reno Sand #B17336

Color information

#B17336 (or 0xB17336) is unknown color: approx Reno Sand. HEX triplet: B1, 73 and 36. RGB value is (177,115,54). Sum of RGB (Red+Green+Blue) = 177+115+54=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17336 is #4E8CC9. Grayscale: #7E7E7E. Windows color (decimal): -5147850 or 3568561. OLE color: 3568561.

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

Color convert

RGB17711554-
CMYK00.350.690.31
HSL29.76º53.25%45.29%-
HSV(B)29.76º69.49%69.41%-
XYZ24.9321.876.4-
YUV126.5887.04163.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=51.16%
G=33.24%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771155400.350.690.3129.7653.2545.29
HexB17336023451F1e352d
Octal2611636604310537366555
Binary101100011110011110110010001110001011111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17336; }

 p { color: rgb(177,115,54); }

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

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

 a { background-color: rgb(177,115,54); }

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

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

 span { border-color: rgb(177,115,54); }

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