#B16F29

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

Shades of Reno Sand #B16F29

Tints of Reno Sand #B16F29

Color information

#B16F29 (or 0xB16F29) is unknown color: approx Reno Sand. HEX triplet: B1, 6F and 29. RGB value is (177,111,41). Sum of RGB (Red+Green+Blue) = 177+111+41=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F29 is #4E90D6. Grayscale: #7B7B7B. Windows color (decimal): -5148887 or 2715569. OLE color: 2715569.

HSL color Cylindrical-coordinate representation of color #B16F29: hue angle of 30.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B16F29 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17711141-
CMYK00.370.770.31
HSL30.88º62.39%42.75%-
HSV(B)30.88º76.84%69.41%-
XYZ24.2220.884.85-
YUV122.7581.87166.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=53.80%
G=33.74%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771114100.370.770.3130.8862.3942.75
HexB16F290254D1F1f3e2b
Octal2611575104511537377653
Binary101100011101111101001010010110011011111111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F29; }

 p { color: rgb(177,111,41); }

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

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

 a { background-color: rgb(177,111,41); }

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

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

 span { border-color: rgb(177,111,41); }

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