#B47032

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

Shades of Reno Sand #B47032

Tints of Reno Sand #B47032

Color information

#B47032 (or 0xB47032) is unknown color: approx Reno Sand. HEX triplet: B4, 70 and 32. RGB value is (180,112,50). Sum of RGB (Red+Green+Blue) = 180+112+50=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B47032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47032 is #4B8FCD. Grayscale: #7D7D7D. Windows color (decimal): -4952014 or 3305652. OLE color: 3305652.

HSL color Cylindrical-coordinate representation of color #B47032: hue angle of 28.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B47032 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18011250-
CMYK00.380.720.29
HSL28.62º56.52%45.1%-
HSV(B)28.62º72.22%70.59%-
XYZ25.1921.525.84-
YUV125.2685.53167.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 50 (19.92% from 255) = 14.62%
R=52.63%
G=32.75%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801125000.380.720.2928.6256.5245.1
HexB47032026481D1d392d
Octal2641606204611035357155
Binary101101001110000110010010011010010001110111101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47032; }

 p { color: rgb(180,112,50); }

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

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

 a { background-color: rgb(180,112,50); }

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

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

 span { border-color: rgb(180,112,50); }

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