#B16D29

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

Shades of Reno Sand #B16D29

Tints of Reno Sand #B16D29

Color information

#B16D29 (or 0xB16D29) is unknown color: approx Reno Sand. HEX triplet: B1, 6D and 29. RGB value is (177,109,41). Sum of RGB (Red+Green+Blue) = 177+109+41=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D29 is #4E92D6. Grayscale: #797979. Windows color (decimal): -5149399 or 2715057. OLE color: 2715057.

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

Color convert

RGB17710941-
CMYK00.380.770.31
HSL30º62.39%42.75%-
HSV(B)30º76.84%69.41%-
XYZ2420.444.78-
YUV121.5882.53167.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 12.54%
R=54.13%
G=33.33%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771094100.380.770.313062.3942.75
HexB16D290264D1F1e3e2b
Octal2611555104611537367653
Binary101100011101101101001010011010011011111111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D29; }

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

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

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

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

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

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

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

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