#B57137

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

Shades of Reno Sand #B57137

Tints of Reno Sand #B57137

Color information

#B57137 (or 0xB57137) is unknown color: approx Reno Sand. HEX triplet: B5, 71 and 37. RGB value is (181,113,55). Sum of RGB (Red+Green+Blue) = 181+113+55=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B57137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57137 is #4A8EC8. Grayscale: #7F7F7F. Windows color (decimal): -4886217 or 3633589. OLE color: 3633589.

HSL color Cylindrical-coordinate representation of color #B57137: hue angle of 27.62º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B57137 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18111355-
CMYK00.380.700.29
HSL27.62º53.39%46.27%-
HSV(B)27.62º69.61%70.98%-
XYZ25.6521.916.49-
YUV126.7287.53166.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 55 (21.88% from 255) = 15.76%
R=51.86%
G=32.38%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811135500.380.700.2927.6253.3946.27
HexB57137026461D1c352e
Octal2651616704610635346556
Binary101101011110001110111010011010001101110111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57137; }

 p { color: rgb(181,113,55); }

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

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

 a { background-color: rgb(181,113,55); }

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

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

 span { border-color: rgb(181,113,55); }

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