#B47236

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

Shades of Reno Sand #B47236

Tints of Reno Sand #B47236

Color information

#B47236 (or 0xB47236) is unknown color: approx Reno Sand. HEX triplet: B4, 72 and 36. RGB value is (180,114,54). Sum of RGB (Red+Green+Blue) = 180+114+54=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47236 is #4B8DC9. Grayscale: #7F7F7F. Windows color (decimal): -4951498 or 3568308. OLE color: 3568308.

HSL color Cylindrical-coordinate representation of color #B47236: hue angle of 28.57º degrees, saturation: 0.54, 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 #B47236 is Cyan = 0, Magento = 0.37, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB18011454-
CMYK00.370.70.29
HSL28.57º53.85%45.88%-
HSV(B)28.57º70%70.59%-
XYZ25.51226.39-
YUV126.8986.87165.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=51.72%
G=32.76%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801145400.370.70.2928.5753.8545.88
HexB47236025461D1d362e
Octal2641626604510635356656
Binary101101001110010110110010010110001101110111101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47236; }

 p { color: rgb(180,114,54); }

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

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

 a { background-color: rgb(180,114,54); }

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

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

 span { border-color: rgb(180,114,54); }

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