#B16B29

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

Shades of Reno Sand #B16B29

Tints of Reno Sand #B16B29

Color information

#B16B29 (or 0xB16B29) is unknown color: approx Reno Sand. HEX triplet: B1, 6B and 29. RGB value is (177,107,41). Sum of RGB (Red+Green+Blue) = 177+107+41=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B29 is #4E94D6. Grayscale: #787878. Windows color (decimal): -5149911 or 2714545. OLE color: 2714545.

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

Color convert

RGB17710741-
CMYK00.400.770.31
HSL29.12º62.39%42.75%-
HSV(B)29.12º76.84%69.41%-
XYZ23.7920.024.71-
YUV120.4183.19168.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=54.46%
G=32.92%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771074100.400.770.3129.1262.3942.75
HexB16B290284D1F1d3e2b
Octal2611535105011537357653
Binary101100011101011101001010100010011011111111101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B29; }

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

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

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

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

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

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

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

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