#B16831

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

Shades of Reno Sand #B16831

Tints of Reno Sand #B16831

Color information

#B16831 (or 0xB16831) is unknown color: approx Reno Sand. HEX triplet: B1, 68 and 31. RGB value is (177,104,49). Sum of RGB (Red+Green+Blue) = 177+104+49=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16831 is #4E97CE. Grayscale: #777777. Windows color (decimal): -5150671 or 3238065. OLE color: 3238065.

HSL color Cylindrical-coordinate representation of color #B16831: hue angle of 25.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B16831 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17710449-
CMYK00.410.720.31
HSL25.78º56.64%44.31%-
HSV(B)25.78º72.32%69.41%-
XYZ23.6419.475.42-
YUV119.5688.18168.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=53.64%
G=31.52%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771044900.410.720.3125.7856.6444.31
HexB16831029481F1a392c
Octal2611506105111037327154
Binary101100011101000110001010100110010001111111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16831; }

 p { color: rgb(177,104,49); }

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

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

 a { background-color: rgb(177,104,49); }

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

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

 span { border-color: rgb(177,104,49); }

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