#B47639

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

Shades of Reno Sand #B47639

Tints of Reno Sand #B47639

Color information

#B47639 (or 0xB47639) is unknown color: approx Reno Sand. HEX triplet: B4, 76 and 39. RGB value is (180,118,57). Sum of RGB (Red+Green+Blue) = 180+118+57=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B47639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47639 is #4B89C6. Grayscale: #818181. Windows color (decimal): -4950471 or 3765940. OLE color: 3765940.

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

Color convert

RGB18011857-
CMYK00.340.680.29
HSL29.76º51.9%46.47%-
HSV(B)29.76º68.33%70.59%-
XYZ26.0422.966.93-
YUV129.5887.04163.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 57 (22.66% from 255) = 16.06%
R=50.70%
G=33.24%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801185700.340.680.2929.7651.946.47
HexB47639022441D1e342e
Octal2641667104210435366456
Binary101101001110110111001010001010001001110111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47639; }

 p { color: rgb(180,118,57); }

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

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

 a { background-color: rgb(180,118,57); }

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

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

 span { border-color: rgb(180,118,57); }

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