#B57037

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

Shades of Reno Sand #B57037

Tints of Reno Sand #B57037

Color information

#B57037 (or 0xB57037) is unknown color: approx Reno Sand. HEX triplet: B5, 70 and 37. RGB value is (181,112,55). Sum of RGB (Red+Green+Blue) = 181+112+55=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B57037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57037 is #4A8FC8. Grayscale: #7E7E7E. Windows color (decimal): -4886473 or 3633333. OLE color: 3633333.

HSL color Cylindrical-coordinate representation of color #B57037: hue angle of 27.14º 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 #B57037 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18111255-
CMYK00.380.700.29
HSL27.14º53.39%46.27%-
HSV(B)27.14º69.61%70.98%-
XYZ25.5421.696.45-
YUV126.1387.86167.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 55 (21.88% from 255) = 15.80%
R=52.01%
G=32.18%
B=15.80%

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
Decimal1811125500.380.700.2927.1453.3946.27
HexB57037026461D1b352e
Octal2651606704610635336556
Binary101101011110000110111010011010001101110111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57037; }

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

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

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

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

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

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

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

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