#B16F38

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

Shades of Reno Sand #B16F38

Tints of Reno Sand #B16F38

Color information

#B16F38 (or 0xB16F38) is unknown color: approx Reno Sand. HEX triplet: B1, 6F and 38. RGB value is (177,111,56). Sum of RGB (Red+Green+Blue) = 177+111+56=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F38 is #4E90C7. Grayscale: #7C7C7C. Windows color (decimal): -5148872 or 3698609. OLE color: 3698609.

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

Color convert

RGB17711156-
CMYK00.370.680.31
HSL27.27º51.93%45.69%-
HSV(B)27.27º68.36%69.41%-
XYZ24.53216.5-
YUV124.4689.37165.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=51.45%
G=32.27%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771115600.370.680.3127.2751.9345.69
HexB16F38025441F1b342e
Octal2611577004510437336456
Binary101100011101111111000010010110001001111111011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F38; }

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

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

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

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

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

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

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

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