#B16936

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

Shades of Reno Sand #B16936

Tints of Reno Sand #B16936

Color information

#B16936 (or 0xB16936) is unknown color: approx Reno Sand. HEX triplet: B1, 69 and 36. RGB value is (177,105,54). Sum of RGB (Red+Green+Blue) = 177+105+54=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B16936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16936 is #4E96C9. Grayscale: #787878. Windows color (decimal): -5150410 or 3566001. OLE color: 3566001.

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

Color convert

RGB17710554-
CMYK00.410.690.31
HSL24.88º53.25%45.29%-
HSV(B)24.88º69.49%69.41%-
XYZ23.8519.726.04-
YUV120.7190.35168.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=52.68%
G=31.25%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771055400.410.690.3124.8853.2545.29
HexB16936029451F19352d
Octal2611516605110537316555
Binary101100011101001110110010100110001011111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16936; }

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

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

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

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

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

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

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

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