#B16731

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

Shades of Reno Sand #B16731

Tints of Reno Sand #B16731

Color information

#B16731 (or 0xB16731) is unknown color: approx Reno Sand. HEX triplet: B1, 67 and 31. RGB value is (177,103,49). Sum of RGB (Red+Green+Blue) = 177+103+49=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16731 is #4E98CE. Grayscale: #777777. Windows color (decimal): -5150927 or 3237809. OLE color: 3237809.

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

Color convert

RGB17710349-
CMYK00.420.720.31
HSL25.31º56.64%44.31%-
HSV(B)25.31º72.32%69.41%-
XYZ23.5419.275.38-
YUV118.9788.52169.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=53.80%
G=31.31%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771034900.420.720.3125.3156.6444.31
HexB1673102A481F19392c
Octal2611476105211037317154
Binary101100011100111110001010101010010001111111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16731; }

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

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

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

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

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

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

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

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