#B16724

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

Shades of Reno Sand #B16724

Tints of Reno Sand #B16724

Color information

#B16724 (or 0xB16724) is unknown color: approx Reno Sand. HEX triplet: B1, 67 and 24. RGB value is (177,103,36). Sum of RGB (Red+Green+Blue) = 177+103+36=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B16724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16724 is #4E98DB. Grayscale: #757575. Windows color (decimal): -5150940 or 2385841. OLE color: 2385841.

HSL color Cylindrical-coordinate representation of color #B16724: hue angle of 28.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B16724 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17710336-
CMYK00.420.800.31
HSL28.51º66.2%41.76%-
HSV(B)28.51º79.66%69.41%-
XYZ23.319.174.14-
YUV117.4982.02170.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=56.01%
G=32.59%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771033600.420.800.3128.5166.241.76
HexB1672402A501F1d422a
Octal26114744052120373510252
Binary1011000111001111001000101010101000011111111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16724; }

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

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

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

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

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

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

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

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