#B16B2B

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

Shades of Reno Sand #B16B2B

Tints of Reno Sand #B16B2B

Color information

#B16B2B (or 0xB16B2B) is unknown color: approx Reno Sand. HEX triplet: B1, 6B and 2B. RGB value is (177,107,43). Sum of RGB (Red+Green+Blue) = 177+107+43=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B2B is #4E94D4. Grayscale: #787878. Windows color (decimal): -5149909 or 2845617. OLE color: 2845617.

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

Color convert

RGB17710743-
CMYK00.400.760.31
HSL28.66º60.91%43.14%-
HSV(B)28.66º75.71%69.41%-
XYZ23.8320.044.9-
YUV120.6384.19168.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=54.13%
G=32.72%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771074300.400.760.3128.6660.9143.14
HexB16B2B0284C1F1d3d2b
Octal2611535305011437357553
Binary101100011101011101011010100010011001111111101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B2B; }

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

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

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

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

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

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

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

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