#B46E38

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

Shades of Reno Sand #B46E38

Tints of Reno Sand #B46E38

Color information

#B46E38 (or 0xB46E38) is unknown color: approx Reno Sand. HEX triplet: B4, 6E and 38. RGB value is (180,110,56). Sum of RGB (Red+Green+Blue) = 180+110+56=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E38 is #4B91C7. Grayscale: #7D7D7D. Windows color (decimal): -4952520 or 3698356. OLE color: 3698356.

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

Color convert

RGB18011056-
CMYK00.390.690.29
HSL26.13º52.54%46.27%-
HSV(B)26.13º68.89%70.59%-
XYZ25.1121.146.5-
YUV124.7789.19167.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=52.02%
G=31.79%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801105600.390.690.2926.1352.5446.27
HexB46E38027451D1a352e
Octal2641567004710535326556
Binary101101001101110111000010011110001011110111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E38; }

 p { color: rgb(180,110,56); }

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

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

 a { background-color: rgb(180,110,56); }

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

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

 span { border-color: rgb(180,110,56); }

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