#B46936

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

Shades of Reno Sand #B46936

Tints of Reno Sand #B46936

Color information

#B46936 (or 0xB46936) is unknown color: approx Reno Sand. HEX triplet: B4, 69 and 36. RGB value is (180,105,54). Sum of RGB (Red+Green+Blue) = 180+105+54=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B46936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46936 is #4B96C9. Grayscale: #797979. Windows color (decimal): -4953802 or 3566004. OLE color: 3566004.

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

Color convert

RGB18010554-
CMYK00.420.70.29
HSL24.29º53.85%45.88%-
HSV(B)24.29º70%70.59%-
XYZ24.5420.076.07-
YUV121.6189.85169.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 54 (21.48% from 255) = 15.93%
R=53.10%
G=30.97%
B=15.93%

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
Decimal1801055400.420.70.2924.2953.8545.88
HexB4693602A461D18362e
Octal2641516605210635306656
Binary101101001101001110110010101010001101110111000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46936; }

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

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

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

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

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

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

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

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