#B46636

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

Shades of Reno Sand #B46636

Tints of Reno Sand #B46636

Color information

#B46636 (or 0xB46636) is unknown color: approx Reno Sand. HEX triplet: B4, 66 and 36. RGB value is (180,102,54). Sum of RGB (Red+Green+Blue) = 180+102+54=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B46636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46636 is #4B99C9. Grayscale: #787878. Windows color (decimal): -4954570 or 3565236. OLE color: 3565236.

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

Color convert

RGB18010254-
CMYK00.430.70.29
HSL22.86º53.85%45.88%-
HSV(B)22.86º70%70.59%-
XYZ24.2419.475.97-
YUV119.8590.84170.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=53.57%
G=30.36%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801025400.430.70.2922.8653.8545.88
HexB4663602B461D17362e
Octal2641466605310635276656
Binary101101001100110110110010101110001101110110111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46636; }

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

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

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

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

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

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

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

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