#B46836

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

Shades of Reno Sand #B46836

Tints of Reno Sand #B46836

Color information

#B46836 (or 0xB46836) is unknown color: approx Reno Sand. HEX triplet: B4, 68 and 36. RGB value is (180,104,54). Sum of RGB (Red+Green+Blue) = 180+104+54=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B46836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46836 is #4B97C9. Grayscale: #797979. Windows color (decimal): -4954058 or 3565748. OLE color: 3565748.

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

Color convert

RGB18010454-
CMYK00.420.70.29
HSL23.81º53.85%45.88%-
HSV(B)23.81º70%70.59%-
XYZ24.4419.876.04-
YUV121.0290.18170.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=53.25%
G=30.77%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801045400.420.70.2923.8153.8545.88
HexB4683602A461D18362e
Octal2641506605210635306656
Binary101101001101000110110010101010001101110111000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46836; }

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

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

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

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

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

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

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

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