#B16F36

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

Shades of Reno Sand #B16F36

Tints of Reno Sand #B16F36

Color information

#B16F36 (or 0xB16F36) is unknown color: approx Reno Sand. HEX triplet: B1, 6F and 36. RGB value is (177,111,54). Sum of RGB (Red+Green+Blue) = 177+111+54=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F36 is #4E90C9. Grayscale: #7C7C7C. Windows color (decimal): -5148874 or 3567537. OLE color: 3567537.

HSL color Cylindrical-coordinate representation of color #B16F36: hue angle of 27.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B16F36 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17711154-
CMYK00.370.690.31
HSL27.8º53.25%45.29%-
HSV(B)27.8º69.49%69.41%-
XYZ24.4820.986.25-
YUV124.2488.37165.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=51.75%
G=32.46%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771115400.370.690.3127.853.2545.29
HexB16F36025451F1c352d
Octal2611576604510537346555
Binary101100011101111110110010010110001011111111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F36; }

 p { color: rgb(177,111,54); }

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

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

 a { background-color: rgb(177,111,54); }

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

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

 span { border-color: rgb(177,111,54); }

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