#B17236

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

Shades of Reno Sand #B17236

Tints of Reno Sand #B17236

Color information

#B17236 (or 0xB17236) is unknown color: approx Reno Sand. HEX triplet: B1, 72 and 36. RGB value is (177,114,54). Sum of RGB (Red+Green+Blue) = 177+114+54=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B17236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17236 is #4E8DC9. Grayscale: #7E7E7E. Windows color (decimal): -5148106 or 3568305. OLE color: 3568305.

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

Color convert

RGB17711454-
CMYK00.360.690.31
HSL29.27º53.25%45.29%-
HSV(B)29.27º69.49%69.41%-
XYZ24.8121.656.36-
YUV12687.37164.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 54 (21.48% from 255) = 15.65%
R=51.30%
G=33.04%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771145400.360.690.3129.2753.2545.29
HexB17236024451F1d352d
Octal2611626604410537356555
Binary101100011110010110110010010010001011111111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17236; }

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

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

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

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

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

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

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

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