#B47137

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

Shades of Reno Sand #B47137

Tints of Reno Sand #B47137

Color information

#B47137 (or 0xB47137) is unknown color: approx Reno Sand. HEX triplet: B4, 71 and 37. RGB value is (180,113,55). Sum of RGB (Red+Green+Blue) = 180+113+55=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47137 is #4B8EC8. Grayscale: #7E7E7E. Windows color (decimal): -4951753 or 3633588. OLE color: 3633588.

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

Color convert

RGB18011355-
CMYK00.370.690.29
HSL27.84º53.19%46.08%-
HSV(B)27.84º69.44%70.59%-
XYZ25.4221.796.48-
YUV126.4287.7166.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 55 (21.88% from 255) = 15.80%
R=51.72%
G=32.47%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801135500.370.690.2927.8453.1946.08
HexB47137025451D1c352e
Octal2641616704510535346556
Binary101101001110001110111010010110001011110111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47137; }

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

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

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

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

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

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

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

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