#B16A36

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

Shades of Reno Sand #B16A36

Tints of Reno Sand #B16A36

Color information

#B16A36 (or 0xB16A36) is unknown color: approx Reno Sand. HEX triplet: B1, 6A and 36. RGB value is (177,106,54). Sum of RGB (Red+Green+Blue) = 177+106+54=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A36 is #4E95C9. Grayscale: #797979. Windows color (decimal): -5150154 or 3566257. OLE color: 3566257.

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

Color convert

RGB17710654-
CMYK00.400.690.31
HSL25.37º53.25%45.29%-
HSV(B)25.37º69.49%69.41%-
XYZ23.9519.926.07-
YUV121.390.02167.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=52.52%
G=31.45%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771065400.400.690.3125.3753.2545.29
HexB16A36028451F19352d
Octal2611526605010537316555
Binary101100011101010110110010100010001011111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A36; }

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

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

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

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

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

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

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

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